Skip to content

Commit

Permalink
Fix code by psr
Browse files Browse the repository at this point in the history
  • Loading branch information
propan13 committed Jun 4, 2024
1 parent 1fcdbe9 commit 70f5014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/src/Router/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ private function issetRoute(Route $route): bool
{
return isset($this->routes[$route->getCommandName()]);
}
}
}

0 comments on commit 70f5014

Please sign in to comment.