summaryrefslogtreecommitdiff
path: root/Zend/zend_closures.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_closures.stub.php')
-rw-r--r--Zend/zend_closures.stub.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/Zend/zend_closures.stub.php b/Zend/zend_closures.stub.php
index bf71c1b624..b7df588fe9 100644
--- a/Zend/zend_closures.stub.php
+++ b/Zend/zend_closures.stub.php
@@ -17,6 +17,5 @@ final class Closure
public function call(object $newThis, mixed ...$arguments): mixed {}
- /** @param callable $callback callable is not a proper type due to bug #78770. */
- public static function fromCallable($callback): Closure {}
+ public static function fromCallable(callable $callback): Closure {}
}