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
-37Lines changed: 0 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,6 @@ parameters:
6
6
bootstrapFiles:
7
7
- ../vendor/autoload.php
8
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\.$#'
35
-
identifier:return.type
36
-
count:1
37
-
path:../tests/AutoReview/TestsCodeTest.php
38
-
39
-
-
40
-
message:'#^Cannot call method check\(\) on mixed\.$#'
41
-
identifier:method.nonObject
42
-
count:1
43
-
path:../tests/Fixer/AbstractFixerTestCase.php
44
-
45
-
-
46
-
message:'#^Cannot call method lintSource\(\) on mixed\.$#'
47
-
identifier:method.nonObject
48
-
count:1
49
-
path:../tests/Fixer/AbstractFixerTestCase.php
50
-
51
-
-
52
-
message:'#^Method Tests\\FixersTest\:\:fixerNamesFromCollection\(\) should return array\<int, string\> but returns array\<string\>\.$#'
0 commit comments