Forked from
project / automatic_updates
106 commits behind the upstream repository.
-
Issue #3351212 by omkar.podey, phenaproxima, Wim Leers, tedbow: Remove all of our PHPStan `ignoreErrors` entries AND ignore PHPStan errors caused by upstream changes in core
Issue #3351212 by omkar.podey, phenaproxima, Wim Leers, tedbow: Remove all of our PHPStan `ignoreErrors` entries AND ignore PHPStan errors caused by upstream changes in core
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