phpstan / phpstan-webmozart-assert

PHPStan extension for webmozart/assert
160 stars 27 forks source link

Adapt for latest phpstan #133

Closed herndlm closed 2 years ago

herndlm commented 2 years ago

phpstan got smarter there, except the null == new stdClass() case. But I'm not sure if that one's important and how phpstan would detect it

ondrejmirtes commented 2 years ago

Thank you!