mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
update cs after php-cs-fixer upgrade
This commit is contained in:
@@ -42,7 +42,7 @@ class PersonMenuBuilder implements LocalMenuBuilderInterface
|
||||
ParameterBagInterface $parameterBag,
|
||||
private readonly Security $security,
|
||||
protected TranslatorInterface $translator,
|
||||
private readonly ResidentialAddressRepository $residentialAddressRepo
|
||||
private readonly ResidentialAddressRepository $residentialAddressRepo,
|
||||
) {
|
||||
$this->showAccompanyingPeriod = $parameterBag->get('chill_person.accompanying_period');
|
||||
}
|
||||
|
@@ -29,7 +29,7 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
|
||||
public $translator;
|
||||
|
||||
public function __construct(
|
||||
AuthorizationCheckerInterface $authorizationChecker
|
||||
AuthorizationCheckerInterface $authorizationChecker,
|
||||
) {
|
||||
$this->authorizationChecker = $authorizationChecker;
|
||||
}
|
||||
|
Reference in New Issue
Block a user