EasyAdminBundle
EasyAdminBundle copied to clipboard
Missing templating in AbstractCrudTestCase
Describe the bug
When working with PHPStan and AbstractCrudTestCase, the return type of the method getCrudControllerFqcn is marked as class-string<CrudControllerInterface>, but since CrudControllerInterface is templated, PHPStan reports that the template type is missing.
The easiest way to handle this is, I think, to template AbstractCrudTestCase with the CrudControllerInterface.
To Reproduce Launch PHPStan with an AbstractCrudTestCase and without ignoring errors of identifier missingType.generics.