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 33c5891 commit 6fb5058Copy full SHA for 6fb5058
Filesystem.php
@@ -744,7 +744,7 @@ private static function box($func)
744
self::$lastError = null;
745
\set_error_handler(__CLASS__.'::handleError');
746
try {
747
- $result = \call_user_func_array($func, \array_slice(\func_get_args(), 1));
+ $result = $func(...\array_slice(\func_get_args(), 1));
748
\restore_error_handler();
749
750
return $result;
0 commit comments