phpstan / phpstan-webmozart-assert

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

Add support for `interfaceExists` #59

Closed vhenzl closed 3 years ago

vhenzl commented 3 years ago

Related to #6.

ondrejmirtes commented 3 years ago

Thank you! This should be easy too: https://github.com/phpstan/phpstan-webmozart-assert/issues/58

vhenzl commented 3 years ago

Thank you! This should be easy too: #58

Yeah. I added interfaceExists because I needed it recently. There are more methods worth adding. I noticed isAOf, isAnyOf, isNotA, positiveInteger, natural. I might have look at them later.