phpstan-src
phpstan-src copied to clipboard
Fix MixedType->equals(ErrorType)
trafficstars
refs https://github.com/phpstan/phpstan-src/pull/3933#discussion_r2041162189
~~I was not sure whether TemplateMixedType should be considered equal to MixedType or not~~
This pull request has been marked as ready for review.
👍 I suppose this improves the weird cases I had before too, where error is accepted as a mixed or at least something like that 😊
just reduced it to the actual bugfix.
Thank you.