Remove obsolete documentation, fix typing here and there.

This commit is contained in:
Pol Dellaiera
2021-05-21 16:34:42 +02:00
parent 220f1ea0eb
commit d672a29dda
14 changed files with 25 additions and 181 deletions

View File

@@ -6,12 +6,6 @@ use Chill\PersonBundle\Entity\PersonAltName;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\EntityRepository;
/**
* PersonAltNameRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
final class PersonAltNameRepository
{
private EntityRepository $repository;