You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan.neon
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@ parameters:
2
2
level:max
3
3
paths:
4
4
- src
5
+
- tests
6
+
excludePaths:
7
+
- tests/Rules/data
5
8
ignoreErrors:
6
9
-
7
10
message:'#^Implementing PHPStan\\Rules\\IdentifierRuleError is not covered by backward compatibility promise\. The interface might change in a minor PHPStan version\.$#'
0 commit comments