Skip to content

Commit 53a7297

Browse files
mychidarkogithub-actions[bot]
authored andcommitted
chore: fix styling
1 parent 6eb4043 commit 53a7297

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
@@ -924,7 +924,7 @@ private static function invoke($handler, $params = [])
924924
if (call_user_func_array([new $controller(), $method], $params) === false) {
925925
// Try to call the method as a non-static method. (the if does nothing, only avoids the notice)
926926
if (forward_static_call_array([$controller, $method], $params) === false)
927-
;
927+
;
928928
}
929929
} elseif (strpos($handler, ':') !== false) {
930930
$middlewareParams = [];

0 commit comments

Comments
 (0)