mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
php code fix
This commit is contained in:
parent
7d3239d6d6
commit
4009f3ffda
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user