Require PHPStan 1.10 #176
spaze
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PHPStan 1.10 has deprecated using
instanceof *Type
for manyType
interface implementations, some of which were also used by this extension. I have refactored the code so theinstanceof
checks are not used. As a result of this, you may find some of the errors are now more precise which was also the case in one of the extension's own tests.There are some other internal changes, too, but that's it.
What's Changed
instanceof *Type
Removeinstanceof *Type
#174This discussion was created from the release Require PHPStan 1.10.
Beta Was this translation helpful? Give feedback.
All reactions