Fix issues reported by PHPStan.

This commit is contained in:
Pol Dellaiera
2021-11-09 15:17:24 +01:00
parent 48ea67968e
commit 2eb30d2ae8
7 changed files with 124 additions and 137 deletions

View File

@@ -1,8 +1,10 @@
<?php
namespace Chill\DocStoreBundle\Repository;
declare(strict_types=1);
use App\Entity\AccompanyingCourseDocument;
namespace Chill\DocStoreBundle\EntityRepository;
use Chill\DocStoreBundle\Entity\AccompanyingCourseDocument;
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
use Doctrine\Persistence\ManagerRegistry;