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.
1 parent 4ce2c31 commit d71d647Copy full SHA for d71d647
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