Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Dec 7, 2023
1 parent 9d6f0b5 commit 7f3c83a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bundle/Debug/DataCollector/LayoutUrlGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ final class LayoutUrlGenerator implements LayoutUrlGeneratorInterface
public function __construct(
private LayoutUrlGeneratorInterface $innerGenerator,
private array $siteAccessGroups,
) {
}
) {}

public function generateLayoutUrl(UuidInterface $layoutId, array $parameters = []): string
{
Expand Down

0 comments on commit 7f3c83a

Please sign in to comment.