[person] normalizer tests: php stan

This commit is contained in:
nobohan 2022-10-07 10:47:55 +02:00 committed by Julien Fastré
parent 0aef6b1afb
commit aa5094f196
3 changed files with 0 additions and 6 deletions

View File

@ -1,6 +1,5 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/* /*
@ -13,7 +12,6 @@ declare(strict_types=1);
namespace Chill\PersonBundle\Tests\Serializer\Normalizer; namespace Chill\PersonBundle\Tests\Serializer\Normalizer;
use Chill\PersonBundle\Entity\AccompanyingPeriod\Origin; use Chill\PersonBundle\Entity\AccompanyingPeriod\Origin;
use Doctrine\ORM\EntityManagerInterface;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use Symfony\Component\Serializer\Normalizer\NormalizerInterface; use Symfony\Component\Serializer\Normalizer\NormalizerInterface;

View File

@ -1,6 +1,5 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/* /*
@ -13,7 +12,6 @@ declare(strict_types=1);
namespace Chill\PersonBundle\Tests\Serializer\Normalizer; namespace Chill\PersonBundle\Tests\Serializer\Normalizer;
use Chill\PersonBundle\Entity\SocialWork\SocialAction; use Chill\PersonBundle\Entity\SocialWork\SocialAction;
use Doctrine\ORM\EntityManagerInterface;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use Symfony\Component\Serializer\Normalizer\NormalizerInterface; use Symfony\Component\Serializer\Normalizer\NormalizerInterface;

View File

@ -1,6 +1,5 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/* /*
@ -13,7 +12,6 @@ declare(strict_types=1);
namespace Chill\PersonBundle\Tests\Serializer\Normalizer; namespace Chill\PersonBundle\Tests\Serializer\Normalizer;
use Chill\PersonBundle\Entity\SocialWork\SocialIssue; use Chill\PersonBundle\Entity\SocialWork\SocialIssue;
use Doctrine\ORM\EntityManagerInterface;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use Symfony\Component\Serializer\Normalizer\NormalizerInterface; use Symfony\Component\Serializer\Normalizer\NormalizerInterface;