SanderRonde / phpstan-vscode

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

Append `@phpstan-ignore` directive to existing docblock if possible #93

Closed jrmajor closed 1 month ago

jrmajor commented 1 month ago

Closes #89.

SanderRonde commented 1 month ago

Awesome! I didn't test this but did check whether the regexes match so I'm sure it works.