mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-25 08:05:00 +00:00
php cs fixes after updating php cs fixer
This commit is contained in:
@@ -35,7 +35,9 @@ class MenuTwig extends AbstractExtension implements ContainerAwareInterface
|
||||
'activeRouteKey' => null,
|
||||
];
|
||||
|
||||
public function __construct(private readonly MenuComposer $menuComposer) {}
|
||||
public function __construct(private readonly MenuComposer $menuComposer)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Render a Menu corresponding to $menuId.
|
||||
|
Reference in New Issue
Block a user