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
+4-15Lines changed: 4 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ includes:
4
4
5
5
parameters:
6
6
treatPhpDocTypesAsCertain:false
7
+
errorFormat:symplify
7
8
8
9
level:8
9
10
@@ -50,28 +51,13 @@ parameters:
50
51
# overly detailed
51
52
- '#Class Symplify\\PHPStanRules\\Collector\\(.*?) implements generic interface PHPStan\\Collectors\\Collector but does not specify its types\:TNodeType, TValue#'
message:'#Function is_a\(\) is a runtime reflection concept that might not work in PHPStan because it uses fully static reflection engine#'
83
69
path:src/Rules/SeeAnnotationToTestRule.php
70
+
71
+
# handle next
72
+
- '#Method Symplify\\PHPStanRules\\Rules\\AbstractSymplifyRule\:\:processNode\(\) should return list<PHPStan\\Rules\\IdentifierRuleError> but returns array<PHPStan\\Rules\\RuleError\|string>#'
0 commit comments