cs: Fix code-style.

This commit is contained in:
Pol Dellaiera
2021-12-21 12:13:20 +01:00
parent e2bc868495
commit 530ad497bc
12 changed files with 23 additions and 16 deletions

View File

@@ -14,7 +14,6 @@ namespace Chill\PersonBundle\Serializer\Normalizer;
use Chill\MainBundle\Entity\Center;
use Chill\MainBundle\Security\Resolver\CenterResolverManagerInterface;
use Chill\MainBundle\Templating\Entity\ChillEntityRenderExtension;
use Chill\PersonBundle\Entity\Household\Household;
use Chill\PersonBundle\Entity\Person;
use Chill\PersonBundle\Repository\PersonRepository;
use DateTime;
@@ -142,6 +141,7 @@ class PersonJsonNormalizer implements
/**
* @param Person $person
* @param null|string $format
*/
public function normalize($person, $format = null, array $context = [])
{