You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to reach level 6 for 2.3, but that would require quite some work, apart from #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.
The text was updated successfully, but these errors were encountered:
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 #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.
The text was updated successfully, but these errors were encountered: