Skip to content

Commit 9ad7890

Browse files
mychidarkogithub-actions[bot]
authored andcommitted
chore: fix styling
1 parent 3422737 commit 9ad7890

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
@@ -857,7 +857,7 @@ private static function invoke($handler, $params = [])
857857
if (call_user_func_array([new $controller(), $method], $params) === false) {
858858
// Try to call the method as a non-static method. (the if does nothing, only avoids the notice)
859859
if (forward_static_call_array([$controller, $method], $params) === false)
860-
;
860+
;
861861
}
862862
}
863863
}

0 commit comments

Comments
 (0)