[ ] checkGenericClassInNonGenericObjectType (198 errors): This one, every generic class should have defined its type/s.
[ ] checkMissingIterableValueType (498 errors): This one means that every iterable should define the type of the items.
For the first one, we should probably bump to PHPStan 1 (to be able to use array as template type), but we'll see. I'll try to provide PRs with small changes when I find some time.
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.
It would be nice to reach level 6 for 2.3, but that would require quite some work, apart from https://github.com/doctrine/mongodb-odm/pull/2383, there are two more checks to reach that level:
checkGenericClassInNonGenericObjectType
(198 errors): This one, every generic class should have defined its type/s.checkMissingIterableValueType
(498 errors): This one means that every iterable should define the type of the items.For the first one, we should probably bump to PHPStan 1 (to be able to use array as template type), but we'll see. I'll try to provide PRs with small changes when I find some time.