Skip to content
Snippets Groups Projects
phpstan.neon.dist 317 B
Newer Older
  • Learn to ignore specific revisions
  • 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