szepeviktor / phpstan-wordpress

WordPress extensions for PHPStan ⛏️
https://packagist.org/packages/szepeviktor/phpstan-wordpress
MIT License
262 stars 26 forks source link

Fix earlyTerminatingMethodCalls syntax #173

Closed mundschenk-at closed 1 year ago

mundschenk-at commented 1 year ago

Not sure if that was a change with recent PHPStan versions or always incorrect, but these only work when I follow the syntax example from https://phpstan.org/writing-php-code/solving-undefined-variables

szepeviktor commented 1 year ago

A surprise PR! Thank you @mundschenk-at!

Could you add a test that fails without this PR?

szepeviktor commented 1 year ago

@dingo-d started it 3 years ago.

dingo-d commented 1 year ago

@dingo-d started it 3 years ago.

I did? 😅

szepeviktor commented 1 year ago

Thank you @mundschenk-at