Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Fixed awkward styling
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandString committed Mar 17, 2023
1 parent c92dce8 commit fa5bd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ protected static function invokeRoute(
) use (
&$controllers,
&$next
): ResponseInterface {
): ResponseInterface {
$controller = array_shift($controllers);

if ($controller === null) {
Expand Down

0 comments on commit fa5bd5f

Please sign in to comment.