Skip to content
Snippets Groups Projects

Re-enable PHPStan job

1 file
+ 0
9
Compare changes
  • Side-by-side
  • Inline
+ 0
9
includes:
- %rootDir%/../../../core/phpstan.neon.dist
parameters:
ignoreErrors:
# Drupal core's PHPStan config file ignores the non-anonymous variant of this.
- "#^Anonymous class extends @internal class#"
# Drupal core needs to ignore more things than we need to!
reportUnmatchedIgnoredErrors: false
Loading