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: .dev-tools/phpstan.neon
+73Lines changed: 73 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,79 @@ includes:
5
5
parameters:
6
6
bootstrapFiles:
7
7
- ../vendor/autoload.php
8
+
ignoreErrors:
9
+
-
10
+
message:'#^Method PhpCsFixerCustomFixers\\Analyzer\\Analysis\\ConstructorAnalysis\:\:getDuplicatesIndices\(\) should return array\<int, int\> but returns array\.$#'
message:'#^Method Tests\\AutoReview\\TestsCodeTest\:\:provideTestClassCases\(\) should return iterable\<string, array\{string, string\}\> but returns mixed\.$#'
47
+
identifier:return.type
48
+
count:1
49
+
path:../tests/AutoReview/TestsCodeTest.php
50
+
51
+
-
52
+
message:'#^Cannot call method check\(\) on mixed\.$#'
53
+
identifier:method.nonObject
54
+
count:1
55
+
path:../tests/Fixer/AbstractFixerTestCase.php
56
+
57
+
-
58
+
message:'#^Cannot call method lintSource\(\) on mixed\.$#'
59
+
identifier:method.nonObject
60
+
count:1
61
+
path:../tests/Fixer/AbstractFixerTestCase.php
62
+
63
+
-
64
+
message:'#^Comparison operation "\>\=" between int\<80400, 80499\> and 70300 is always true\.$#'
0 commit comments