Skip to content

Commit 920efdd

Browse files
xabbuhnicolas-grekas
authored andcommitted
fix method signatures
1 parent 4cd1923 commit 920efdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/ProfilerController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ProfilerController
4040
private $cspHandler;
4141
private $baseDir;
4242

43-
public function __construct(UrlGeneratorInterface $generator, ?Profiler $profiler = null, Environment $twig, array $templates, ?ContentSecurityPolicyHandler $cspHandler = null, ?string $baseDir = null)
43+
public function __construct(UrlGeneratorInterface $generator, ?Profiler $profiler, Environment $twig, array $templates, ?ContentSecurityPolicyHandler $cspHandler = null, ?string $baseDir = null)
4444
{
4545
$this->generator = $generator;
4646
$this->profiler = $profiler;

0 commit comments

Comments
 (0)