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 3422737 commit 9ad7890Copy full SHA for 9ad7890
src/Router.php
@@ -857,7 +857,7 @@ private static function invoke($handler, $params = [])
857
if (call_user_func_array([new $controller(), $method], $params) === false) {
858
// Try to call the method as a non-static method. (the if does nothing, only avoids the notice)
859
if (forward_static_call_array([$controller, $method], $params) === false)
860
- ;
+ ;
861
}
862
863
0 commit comments