fix phpstan errors level 2

This commit is contained in:
2024-04-23 20:52:22 +02:00
parent ed3e0f889e
commit dcc285e976
21 changed files with 50 additions and 67 deletions

View File

@@ -23,7 +23,7 @@ use Symfony\Component\HttpFoundation\Response;
*/
class EntityPersonCRUDController extends CRUDController
{
public function __construct(private readonly \Doctrine\Persistence\ManagerRegistry $managerRegistry) {}
public function __construct(protected readonly \Doctrine\Persistence\ManagerRegistry $managerRegistry) {}
/**
* Override the base method to add a filtering step to a person.