Skip to content

Commit 938f737

Browse files
committed
chore: clean up
1 parent 3d7ec1e commit 938f737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ private static function invoke($handler, $params = [])
881881
if (call_user_func_array([new $controller(), $method], $params) === false) {
882882
// Try to call the method as a non-static method. (the if does nothing, only avoids the notice)
883883
if (forward_static_call_array([$controller, $method], $params) === false)
884-
;
884+
;
885885
}
886886
} else if (strpos($handler, ':') !== false) {
887887
$middlewareParams = [];

0 commit comments

Comments
 (0)