mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 03:53:49 +00:00
apply rector rules: php up to php82
This commit is contained in:
@@ -41,9 +41,9 @@ class PersonMenuBuilder implements LocalMenuBuilderInterface
|
||||
|
||||
public function __construct(
|
||||
ParameterBagInterface $parameterBag,
|
||||
private Security $security,
|
||||
private readonly Security $security,
|
||||
protected TranslatorInterface $translator,
|
||||
private ResidentialAddressRepository $residentialAddressRepo
|
||||
private readonly ResidentialAddressRepository $residentialAddressRepo
|
||||
) {
|
||||
$this->showAccompanyingPeriod = $parameterBag->get('chill_person.accompanying_period');
|
||||
}
|
||||
|
Reference in New Issue
Block a user