We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80e0f3c + d71d647 commit 4cd1923Copy full SHA for 4cd1923
Controller/RouterController.php
@@ -40,7 +40,7 @@ class RouterController
40
*/
41
private $expressionLanguageProviders = [];
42
43
- public function __construct(?Profiler $profiler = null, Environment $twig, ?UrlMatcherInterface $matcher = null, ?RouteCollection $routes = null, iterable $expressionLanguageProviders = [])
+ public function __construct(?Profiler $profiler, Environment $twig, ?UrlMatcherInterface $matcher = null, ?RouteCollection $routes = null, iterable $expressionLanguageProviders = [])
44
{
45
$this->profiler = $profiler;
46
$this->twig = $twig;
0 commit comments