Skip to content

Commit 657527a

Browse files
committed
hide PHPStan issues
1 parent 9fa94d5 commit 657527a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

phpstan.neon.dist

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ parameters:
99

1010
# Level 10 is the highest level
1111
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+
path: tests/*

0 commit comments

Comments
 (0)