PHP CS Fixer updated (3.63.1 -> v3.64.0)

This commit is contained in:
2024-09-04 14:38:56 +02:00
parent 063bc2857f
commit 313fb9ffdf
302 changed files with 391 additions and 391 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;
}