emacs-php / php-mode

A powerful and flexible Emacs major mode for editing PHP scripts
GNU General Public License v3.0
580 stars 118 forks source link

Add @phpstan-self-out and @phpstan-this-out keywords #714

Closed takeokunn closed 1 year ago

takeokunn commented 1 year ago

ref: https://phpstan.org/blog/phpstan-1-9-0-with-phpdoc-asserts-list-type#describe-type-of-current-object-after-calling-a-method

zonuexe commented 1 year ago

Thank you!