Phpstan error for unused parameter fixed

This commit is contained in:
2024-04-24 10:49:19 +02:00
parent 511c0af5fa
commit d3390ca334
2 changed files with 6 additions and 18 deletions

View File

@@ -23,10 +23,8 @@ use Chill\PersonBundle\Entity\Person;
use Chill\PersonBundle\Export\Declarations;
use Chill\PersonBundle\Export\Helper\ListPersonHelper;
use Chill\PersonBundle\Security\Authorization\PersonVoter;
use DateTimeImmutable;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Query;
use PhpOffice\PhpSpreadsheet\Shared\Date;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
use Symfony\Component\Form\FormBuilderInterface;