We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa94d5 commit 657527aCopy full SHA for 657527a
1 file changed
phpstan.neon.dist
@@ -9,3 +9,10 @@ parameters:
9
10
# Level 10 is the highest level
11
level: 6
12
+ ignoreErrors:
13
+ -
14
+ message: '#^Creating new PHPStan\\Analyser\\Error is not covered by backward compatibility promise\.#'
15
+ path: tests/*
16
17
+ message: '#^Creating new PHPStan\\Command\\AnalysisResult is not covered by backward compatibility promise\.#'
18
0 commit comments