phpstan / phpstan-webmozart-assert

PHPStan extension for webmozart/assert
MIT License
165 stars 28 forks source link

Support isNotA #115

Closed herndlm closed 2 years ago

herndlm commented 2 years ago

Seems to be still blocked by https://github.com/phpstan/phpstan/issues/6704

ondrejmirtes commented 2 years ago

After merging https://github.com/phpstan/phpstan-src/pull/1040 this might work.

herndlm commented 2 years ago

Yep looking good. Rebased and added 2 more test cases for const class strings to have more similar tests like isAOf has

ondrejmirtes commented 2 years ago

Thank you!