-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
104 lines (87 loc) · 4.14 KB
/
phpstan-baseline.neon
File metadata and controls
104 lines (87 loc) · 4.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
parameters:
ignoreErrors:
-
message: '#^Cannot call method getLine\(\) on mixed\.$#'
identifier: method.nonObject
count: 1
path: src/ErrorFormatter/CheckstyleErrorFormatter.php
-
message: '#^Cannot call method getMessage\(\) on mixed\.$#'
identifier: method.nonObject
count: 1
path: src/ErrorFormatter/CheckstyleErrorFormatter.php
-
message: '#^Cannot cast mixed to string\.$#'
identifier: cast.string
count: 2
path: src/ErrorFormatter/CheckstyleErrorFormatter.php
-
message: '#^Method CodeLts\\CliTools\\ErrorFormatter\\CheckstyleErrorFormatter\:\:groupByFile\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/ErrorFormatter/CheckstyleErrorFormatter.php
-
message: '#^Binary operation "\." between non\-falsy\-string and mixed results in an error\.$#'
identifier: binaryOp.invalid
count: 1
path: src/ErrorFormatter/TeamcityErrorFormatter.php
-
message: '#^Parameter \#1 \$string of function wordwrap expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/ErrorsConsoleStyle.php
-
message: '#^Parameter \#2 \$array of function array_map expects array, mixed given\.$#'
identifier: argument.type
count: 2
path: src/ErrorsConsoleStyle.php
-
message: '#^Method CodeLts\\CliTools\\Tests\\ErrorFormatter\\CheckstyleErrorFormatterTest\:\:dataFormatterOutputProvider\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/Unit/ErrorFormatter/CheckstyleErrorFormatterTest.php
-
message: '#^Method CodeLts\\CliTools\\Tests\\ErrorFormatter\\GithubErrorFormatterTest\:\:dataFormatterOutputProvider\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/Unit/ErrorFormatter/GithubErrorFormatterTest.php
-
message: '#^Method CodeLts\\CliTools\\Tests\\ErrorFormatter\\GitlabFormatterTest\:\:dataFormatterOutputProvider\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/Unit/ErrorFormatter/GitlabFormatterTest.php
-
message: '#^Method CodeLts\\CliTools\\Tests\\ErrorFormatter\\JsonErrorFormatterTest\:\:dataFormatterOutputProvider\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/Unit/ErrorFormatter/JsonErrorFormatterTest.php
-
message: '#^Method CodeLts\\CliTools\\Tests\\ErrorFormatter\\RawErrorFormatterTest\:\:dataFormatterOutputProvider\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/Unit/ErrorFormatter/RawErrorFormatterTest.php
-
message: '#^Method CodeLts\\CliTools\\Tests\\ErrorFormatter\\TableErrorFormatterTest\:\:dataFormatterOutputProvider\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/Unit/ErrorFormatter/TableErrorFormatterTest.php
-
message: '#^Method CodeLts\\CliTools\\Tests\\ErrorFormatter\\TeamcityErrorFormatterTest\:\:dataFormatterOutputProvider\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/Unit/ErrorFormatter/TeamcityErrorFormatterTest.php
-
message: '#^Call to method PHPUnit\\Framework\\Assert\:\:assertTrue\(\) with true will always evaluate to true\.$#'
identifier: method.alreadyNarrowedType
count: 2
path: tests/Unit/OutputFormatTest.php
-
message: '#^Method CodeLts\\CliTools\\Tests\\Unit\\OutputFormatTest\:\:dataProviderFormatsNames\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/Unit/OutputFormatTest.php
-
message: '#^Call to method PHPUnit\\Framework\\Assert\:\:assertIsBool\(\) with bool will always evaluate to true\.$#'
identifier: method.alreadyNarrowedType
count: 1
path: tests/Unit/UtilsTest.php