Skip to content

Commit

Permalink
Auto-fixer updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniyal Hamid committed Jan 2, 2022
1 parent fc1dece commit 85612ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ class Router extends AbstractRouter implements MiddlewareInterface
{
public function __construct(
private RouteCollection $routeCollection = new RouteCollection(),
) {}
) {
}

/**
* {@inheritdoc}
Expand Down

0 comments on commit 85612ea

Please sign in to comment.