Skip to content

Commit

Permalink
Fix CS for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Dec 7, 2023
1 parent ab8ca63 commit 0fa13fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/Debug/DataCollector/LayoutUrlGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class LayoutUrlGenerator implements LayoutUrlGeneratorInterface
*/
public function __construct(
LayoutUrlGeneratorInterface $innerGenerator,
array $siteAccessGroups,
array $siteAccessGroups
) {
$this->innerGenerator = $innerGenerator;
$this->siteAccessGroups = $siteAccessGroups;
Expand Down

0 comments on commit 0fa13fb

Please sign in to comment.