phpstan-src icon indicating copy to clipboard operation
phpstan-src copied to clipboard

Fix MixedType->equals(ErrorType)

Open staabm opened this issue 7 months ago • 4 comments
trafficstars

refs https://github.com/phpstan/phpstan-src/pull/3933#discussion_r2041162189

staabm avatar Apr 13 '25 20:04 staabm

~~I was not sure whether TemplateMixedType should be considered equal to MixedType or not~~

staabm avatar Apr 13 '25 20:04 staabm

This pull request has been marked as ready for review.

phpstan-bot avatar Apr 14 '25 07:04 phpstan-bot

👍 I suppose this improves the weird cases I had before too, where error is accepted as a mixed or at least something like that 😊

herndlm avatar Apr 14 '25 13:04 herndlm

just reduced it to the actual bugfix.

staabm avatar May 16 '25 13:05 staabm

Thank you.

ondrejmirtes avatar Jul 17 '25 12:07 ondrejmirtes