mglaman / phpstan-drupal

Extension for PHPStan to allow analysis of Drupal code.
https://phpstan-drupal.mglaman.dev/
MIT License
198 stars 76 forks source link

Replace @phpstan-ignore-next-line with more targeted @phpstan-ignore [identifier]. #808

Closed Boegie closed 5 days ago

Boegie commented 1 week ago

Feature request

In https://github.com/mglaman/phpstan-drupal/pull/805 we discovered some "hidden sins" masked by @phpstan-ignore-next-line. Let's replace all of them with the more targeted @phpstan-ignore [identifier].