Skip to content

Commit d71d647

Browse files
committed
fix method signatures
1 parent 4ce2c31 commit d71d647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/RouterController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class RouterController
4040
*/
4141
private $expressionLanguageProviders = [];
4242

43-
public function __construct(?Profiler $profiler = null, Environment $twig, ?UrlMatcherInterface $matcher = null, ?RouteCollection $routes = null, iterable $expressionLanguageProviders = [])
43+
public function __construct(?Profiler $profiler, Environment $twig, ?UrlMatcherInterface $matcher = null, ?RouteCollection $routes = null, iterable $expressionLanguageProviders = [])
4444
{
4545
$this->profiler = $profiler;
4646
$this->twig = $twig;

0 commit comments

Comments
 (0)