php code fix

This commit is contained in:
nobohan 2022-04-14 21:47:38 +02:00
parent 7d3239d6d6
commit 4009f3ffda

View File

@ -50,14 +50,14 @@ class PersonJsonNormalizer implements DenormalizerAwareInterface, NormalizerAwar
private CenterResolverManagerInterface $centerResolverManager; private CenterResolverManagerInterface $centerResolverManager;
private CivilityRepository $civilityRepository;
private PhoneNumberHelperInterface $phoneNumberHelper; private PhoneNumberHelperInterface $phoneNumberHelper;
private ChillEntityRenderExtension $render; private ChillEntityRenderExtension $render;
private PersonRepository $repository; private PersonRepository $repository;
private CivilityRepository $civilityRepository;
private ResidentialAddressRepository $residentialAddressRepository; private ResidentialAddressRepository $residentialAddressRepository;
public function __construct( public function __construct(
@ -107,7 +107,7 @@ class PersonJsonNormalizer implements DenormalizerAwareInterface, NormalizerAwar
'center', 'center',
'altNames', 'altNames',
'email', 'email',
'civility' 'civility',
]; ];
$fields = array_filter( $fields = array_filter(