Skip to content
Snippets Groups Projects

Issue #3426675: Tweak PHPStan to ignore static warnings

1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
phpstan.neon 0 → 100644
+ 7
0
parameters:
level: 1
ignoreErrors:
# new static() is a best practice in Drupal, so we cannot fix that.
# @see https://www.drupal.org/docs/develop/development-tools/phpstan/handling-unsafe-usage-of-new-static
- "#^Unsafe usage of new static#"
Loading