update cs after php-cs-fixer upgrade

This commit is contained in:
2024-09-12 12:02:33 +02:00
parent 5d0b531820
commit f0f651edea
286 changed files with 374 additions and 374 deletions

View File

@@ -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');
}

View File

@@ -29,7 +29,7 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
public $translator;
public function __construct(
AuthorizationCheckerInterface $authorizationChecker
AuthorizationCheckerInterface $authorizationChecker,
) {
$this->authorizationChecker = $authorizationChecker;
}