Skip to content
Snippets Groups Projects
Commit 9662b267 authored by omkar podey's avatar omkar podey Committed by Adam G-H
Browse files

Issue #3351212 by omkar.podey: Ignore PHPStan errors caused by upstream changes in core

parent e857dcc9
No related branches found
No related tags found
No related merge requests found
...@@ -5,5 +5,9 @@ parameters: ...@@ -5,5 +5,9 @@ parameters:
ignoreErrors: ignoreErrors:
# Drupal core's PHPStan config file ignores the non-anonymous variant of this. # Drupal core's PHPStan config file ignores the non-anonymous variant of this.
- "#^Anonymous class extends @internal class#" - "#^Anonymous class extends @internal class#"
- "#^@covers value .* references an invalid .*#"
- "#^@dataProvider .* related method not found#"
- "#^You should use .* instead of assertSame.*#"
- "#^Missing call to parent::tearDown.* method#"
# Drupal core needs to ignore more things than we need to! # Drupal core needs to ignore more things than we need to!
reportUnmatchedIgnoredErrors: false reportUnmatchedIgnoredErrors: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment