-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathphpstan-baseline.neon
186 lines (156 loc) · 6.23 KB
/
phpstan-baseline.neon
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
parameters:
ignoreErrors:
-
message: '#^Cannot call method definedIn\(\) on mixed\.$#'
identifier: method.nonObject
count: 1
path: src/Constructs.php
-
message: '#^For loop initial assignment overwrites variable \$index\.$#'
identifier: for.variableOverwrite
count: 1
path: src/Constructs.php
-
message: '#^Method Ergebnis\\Classy\\Constructs\:\:fromDirectory\(\) should return list\<Ergebnis\\Classy\\Construct\> but returns list\.$#'
identifier: return.type
count: 1
path: src/Constructs.php
-
message: '#^Parameter \#1 \$array \(list\) of array_values is already a list, call has no effect\.$#'
identifier: arrayValues.list
count: 1
path: src/Constructs.php
-
message: '#^Parameter \#1 \$constructs of static method Ergebnis\\Classy\\Exception\\MultipleDefinitionsFound\:\:fromConstructs\(\) expects list\<Ergebnis\\Classy\\Construct\>, non\-empty\-array\<int\<0, max\>, mixed\> given\.$#'
identifier: argument.type
count: 1
path: src/Constructs.php
-
message: '#^Parameter \#2 \$callback of function array_filter expects \(callable\(mixed\)\: bool\)\|null, Closure\(Ergebnis\\Classy\\Construct\)\: bool given\.$#'
identifier: argument.type
count: 1
path: src/Constructs.php
-
message: '#^Parameter \#2 \$callback of function usort expects callable\(mixed, mixed\)\: int, Closure\(Ergebnis\\Classy\\Construct, Ergebnis\\Classy\\Construct\)\: int\<\-1, 1\> given\.$#'
identifier: argument.type
count: 1
path: src/Constructs.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinMultipleNamespaces\\Bar\\Bar not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinMultipleNamespaces\\Bar\\Baz not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinMultipleNamespaces\\Bar\\Foo not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinMultipleNamespaces\\Bar\\Qux not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinMultipleNamespaces\\Foo\\Bar not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinMultipleNamespaces\\Foo\\Baz not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinMultipleNamespaces\\Foo\\Foo not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinMultipleNamespaces\\Foo\\Qux not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinNamespaceWithBraces\\Bar not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinNamespaceWithBraces\\Baz not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinNamespaceWithBraces\\Foo not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinNamespaceWithBraces\\Qux not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinNamespace\\Bar not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinNamespace\\Baz not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinNamespace\\Foo not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '#^Class Ergebnis\\Classy\\Test\\Fixture\\Classy\\Php81\\WithinNamespace\\Qux not found\.$#'
identifier: class.notFound
count: 1
path: test/DataProvider/Php81.php
-
message: '''
#^Call to deprecated method __toString\(\) of class Ergebnis\\Classy\\Construct\:
Will be removed in the next major release\.
Returns a string representation of the construct\.$#
'''
identifier: method.deprecated
count: 1
path: test/Unit/ConstructTest.php
-
message: '#^Parameter \#3 \.\.\.\$values of function sprintf expects bool\|float\|int\|string\|null, mixed given\.$#'
identifier: argument.type
count: 1
path: test/Unit/ConstructTest.php
-
message: '#^@dataProvider \\Ergebnis\\Classy\\Test\\DataProvider\\Php73\:\:classyConstructs\(\) related method not found\.$#'
identifier: phpunit.dataProviderMethod
count: 2
path: test/Unit/ConstructsTest.php
-
message: '#^@dataProvider \\Ergebnis\\Classy\\Test\\DataProvider\\Php74\:\:classyConstructs\(\) related method not found\.$#'
identifier: phpunit.dataProviderMethod
count: 2
path: test/Unit/ConstructsTest.php
-
message: '#^@dataProvider \\Ergebnis\\Classy\\Test\\DataProvider\\Php80\:\:classyConstructs\(\) related method not found\.$#'
identifier: phpunit.dataProviderMethod
count: 2
path: test/Unit/ConstructsTest.php
-
message: '#^@dataProvider \\Ergebnis\\Classy\\Test\\DataProvider\\Php81\:\:classyConstructs\(\) related method not found\.$#'
identifier: phpunit.dataProviderMethod
count: 2
path: test/Unit/ConstructsTest.php
-
message: '#^Method Ergebnis\\Classy\\Test\\Unit\\ConstructsTest\:\:assertIsList\(\) has parameter \$actual with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: test/Unit/ConstructsTest.php