Skip to content

Commit 4cd1923

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: fix method signatures
2 parents 80e0f3c + d71d647 commit 4cd1923

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)