SanderRonde / phpstan-vscode

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

Update “ignore PHPStan error” fix to use `@phpstan-ignore` #86

Closed jrmajor closed 1 month ago

jrmajor commented 1 month ago

Since PHPStan 1.11.0, it supports ignoring errors using identifiers (https://phpstan.org/user-guide/ignoring-errors).

It would be nice if the automated fix could insert @phpstan-ignore with the correct identifier instead of @phpstan-ignore-next-line.