SanderRonde / phpstan-vscode

PHPStan plugin for VSCode
https://marketplace.visualstudio.com/items?itemName=SanderRonde.phpstan-vscode
MIT License
41 stars 9 forks source link

Use `@phpstan-ignore` instead of ignoring entire line if possible #88

Closed jrmajor closed 1 month ago

jrmajor commented 1 month ago

Closes #86.

SanderRonde commented 1 month ago

Awesome! I'll give it a test soon (including the pro part) and if all is well we can merge it afterwards.

SanderRonde commented 1 month ago

Awesome, it works! Including the pro part. If you remove the TODO we can merge it :)

jrmajor commented 1 month ago

Done!