Skip to content

Commit 5afa7f2

Browse files
committed
Cover tests with static analysis
1 parent 1e68143 commit 5afa7f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ parameters:
22
level: max
33
paths:
44
- src
5+
- tests
6+
excludePaths:
7+
- tests/Rules/data
58
ignoreErrors:
69
-
710
message: '#^Implementing PHPStan\\Rules\\IdentifierRuleError is not covered by backward compatibility promise\. The interface might change in a minor PHPStan version\.$#'

0 commit comments

Comments
 (0)