php code fix for Enfant Confie

This commit is contained in:
nobohan
2022-02-22 12:12:53 +01:00
parent fbeda163f0
commit 71f3a3403c
4 changed files with 2 additions and 5 deletions

View File

@@ -31,12 +31,10 @@ use function array_key_exists;
/**
* Serialize a Person entity.
*/
class PersonJsonNormalizer implements PersonJsonNormalizerInterface, DenormalizerAwareInterface, NormalizerAwareInterface
class PersonJsonNormalizer implements DenormalizerAwareInterface, NormalizerAwareInterface, PersonJsonNormalizerInterface
{
use DenormalizerAwareTrait;
use NormalizerAwareTrait;
use ObjectToPopulateTrait;
private CenterResolverManagerInterface $centerResolverManager;