Skip to content
Snippets Groups Projects
Forked from project / automatic_updates
106 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
phpstan.neon.dist 317 B
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