We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad3f3d commit f5cbc2cCopy full SHA for f5cbc2c
Filesystem.php
@@ -740,7 +740,10 @@ private function getSchemeAndHierarchy(string $filename): array
740
return 2 === \count($components) ? [$components[0], $components[1]] : [null, $components[0]];
741
}
742
743
- private static function box($func)
+ /**
744
+ * @return mixed
745
+ */
746
+ private static function box(callable $func)
747
{
748
self::$lastError = null;
749
set_error_handler(__CLASS__.'::handleError');
0 commit comments