summaryrefslogtreecommitdiff
path: root/ext/opcache/opcache.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/opcache.stub.php')
-rw-r--r--ext/opcache/opcache.stub.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/opcache/opcache.stub.php b/ext/opcache/opcache.stub.php
index 4dd312a6cd..a60f237642 100644
--- a/ext/opcache/opcache.stub.php
+++ b/ext/opcache/opcache.stub.php
@@ -2,14 +2,12 @@
function opcache_reset(): bool {}
-/** @return array|false */
-function opcache_get_status(bool $fetch_scripts = true) {}
+function opcache_get_status(bool $fetch_scripts = true): array|false {}
function opcache_compile_file(string $file): bool {}
function opcache_invalidate(string $script, bool $force = false): bool {}
-/** @return array|false */
-function opcache_get_configuration() {}
+function opcache_get_configuration(): array|false {}
function opcache_is_script_cached(string $script): bool {}