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 4cd1923 commit 920efddCopy full SHA for 920efdd
Controller/ProfilerController.php
@@ -40,7 +40,7 @@ class ProfilerController
40
private $cspHandler;
41
private $baseDir;
42
43
- public function __construct(UrlGeneratorInterface $generator, ?Profiler $profiler = null, Environment $twig, array $templates, ?ContentSecurityPolicyHandler $cspHandler = null, ?string $baseDir = null)
+ public function __construct(UrlGeneratorInterface $generator, ?Profiler $profiler, Environment $twig, array $templates, ?ContentSecurityPolicyHandler $cspHandler = null, ?string $baseDir = null)
44
{
45
$this->generator = $generator;
46
$this->profiler = $profiler;
0 commit comments