mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-11 15:59:44 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -34,7 +34,7 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
|
||||
$this->authorizationChecker = $authorizationChecker;
|
||||
}
|
||||
|
||||
public function buildMenu($menuId, MenuItem $menu, array $parameters)
|
||||
public function buildMenu($menuId, MenuItem $menu, array $parameters): void
|
||||
{
|
||||
if ($this->authorizationChecker->isGranted('ROLE_USER')) {
|
||||
$menu->addChild('My accompanying periods', [
|
||||
|
Reference in New Issue
Block a user