phpstan / phpdoc-parser

Next-gen phpDoc parser with support for intersection types and generics
MIT License
1.31k stars 62 forks source link

Allow asserting the type of `$this` #209

Closed ekisu closed 1 year ago

ekisu commented 1 year ago

Closes phpstan/phpstan#8904

I've also added some tests on the PHPStan side, to ensure the type assertions work properly: phpstan/phpstan-src#2609

ondrejmirtes commented 1 year ago

Perfect, thank you!