Closed Boegie closed 5 days ago
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].
@phpstan-ignore-next-line
@phpstan-ignore [identifier].
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].