-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathphpstan.neon
411 lines (330 loc) · 19.6 KB
/
phpstan.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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
parameters:
level: max
paths:
- src
# TODO this list may be emptied little by little
ignoreErrors:
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Cache\\\\CacheInterface\\:\\:remove\\(\\) has no return type specified\\.$#"
count: 1
path: src/Cache/CacheInterface.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Cache\\\\CacheInterface\\:\\:set\\(\\) has no return type specified\\.$#"
count: 1
path: src/Cache/CacheInterface.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Cache\\\\InMemory\\:\\:remove\\(\\) has no return type specified\\.$#"
count: 1
path: src/Cache/InMemory.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Cache\\\\InMemory\\:\\:set\\(\\) has no return type specified\\.$#"
count: 1
path: src/Cache/InMemory.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Cache\\\\InMemory\\:\\:ttl\\(\\) should return int\\|false but returns null\\.$#"
count: 1
path: src/Cache/InMemory.php
-
message: "#^Property M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Cache\\\\InMemory\\:\\:\\$cache has no type specified\\.$#"
count: 1
path: src/Cache/InMemory.php
-
message: "#^Property M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Cache\\\\InMemory\\:\\:\\$ttl has no type specified\\.$#"
count: 1
path: src/Cache/InMemory.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DataCollector\\\\GuzzleHttpDataCollector\\:\\:getClients\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/DataCollector/GuzzleHttpDataCollector.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DataCollector\\\\GuzzleHttpDataCollector\\:\\:onGuzzleHttpCommand\\(\\) has no return type specified\\.$#"
count: 1
path: src/DataCollector/GuzzleHttpDataCollector.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DataCollector\\\\GuzzleHttpDataCollector\\:\\:registerClient\\(\\) has no return type specified\\.$#"
count: 1
path: src/DataCollector/GuzzleHttpDataCollector.php
-
message: "#^Property M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DataCollector\\\\GuzzleHttpDataCollector\\:\\:\\$clients is never read, only written\\.$#"
count: 1
path: src/DataCollector/GuzzleHttpDataCollector.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\:\\:children\\(\\)\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\M6WebGuzzleHttpExtension\\:\\:getCookiesJarServiceReference\\(\\) has no return type specified\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\M6WebGuzzleHttpExtension\\:\\:getCookiesJarServiceReference\\(\\) has parameter \\$clientId with no type specified\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\M6WebGuzzleHttpExtension\\:\\:getCookiesJarServiceReference\\(\\) has parameter \\$cookies with no value type specified in iterable type array\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\M6WebGuzzleHttpExtension\\:\\:getCurlConfig\\(\\) has no return type specified\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\M6WebGuzzleHttpExtension\\:\\:getCurlConfig\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\M6WebGuzzleHttpExtension\\:\\:getServiceReference\\(\\) has no return type specified\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\M6WebGuzzleHttpExtension\\:\\:loadClient\\(\\) has no return type specified\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\M6WebGuzzleHttpExtension\\:\\:loadClient\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\M6WebGuzzleHttpExtension\\:\\:parseHeaders\\(\\) has no return type specified\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\M6WebGuzzleHttpExtension\\:\\:parseHeaders\\(\\) has parameter \\$headers with no value type specified in iterable type array\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\M6WebGuzzleHttpExtension\\:\\:setGuzzleProxyHandler\\(\\) has no return type specified\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\M6WebGuzzleHttpExtension\\:\\:setGuzzleProxyHandler\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Parameter \\#1 \\$string of function ucwords expects string, int\\|string given\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Parameter \\#4 \\$isDebugEnabled of method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\M6WebGuzzleHttpExtension\\:\\:loadClient\\(\\) expects bool, array\\|bool\\|float\\|int\\|string\\|UnitEnum\\|null given\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Parameter \\#4 \\$isDebugEnabled of method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\M6WebGuzzleHttpExtension\\:\\:setGuzzleProxyHandler\\(\\) expects bool, array\\|bool\\|float\\|int\\|string\\|UnitEnum\\|null given\\.$#"
count: 1
path: src/DependencyInjection/M6WebGuzzleHttpExtension.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\MiddlewarePass\\:\\:registerMiddleware\\(\\) has no return type specified\\.$#"
count: 1
path: src/DependencyInjection/MiddlewarePass.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\DependencyInjection\\\\MiddlewarePass\\:\\:registerMiddleware\\(\\) has parameter \\$middlewareArguments with no value type specified in iterable type array\\.$#"
count: 1
path: src/DependencyInjection/MiddlewarePass.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\EventDispatcher\\\\AbstractGuzzleCacheEvent\\:\\:setException\\(\\) has no return type specified\\.$#"
count: 1
path: src/EventDispatcher/AbstractGuzzleCacheEvent.php
-
message: "#^Property M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\EventDispatcher\\\\AbstractGuzzleHttpEvent\\:\\:\\$response \\(GuzzleHttp\\\\Psr7\\\\Response\\) does not accept Psr\\\\Http\\\\Message\\\\ResponseInterface\\.$#"
count: 1
path: src/EventDispatcher/AbstractGuzzleHttpEvent.php
-
message: "#^Access to an undefined property GuzzleHttp\\\\Psr7\\\\Response\\:\\:\\$cacheTtl\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Access to an undefined property GuzzleHttp\\\\Psr7\\\\Response\\:\\:\\$cached\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Call to function is_null\\(\\) with M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Cache\\\\CacheInterface will always evaluate to false\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Cannot access offset 0 on mixed\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Cannot access offset 1 on mixed\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Cannot access offset 2 on mixed\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Cannot access offset 3 on mixed\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Cannot access offset 4 on mixed\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Class M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Handler\\\\CurlHandler extends @final class GuzzleHttp\\\\Handler\\\\CurlHandler\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Handler\\\\CurlHandler\\:\\:__invoke\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Handler\\\\CurlHandler\\:\\:cacheResponse\\(\\) has no return type specified\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Handler\\\\CurlHandler\\:\\:setCache\\(\\) has no return type specified\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Handler\\\\CurlHandler\\:\\:setDebug\\(\\) has no return type specified\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Parameter \\#1 \\$status of class GuzzleHttp\\\\Psr7\\\\Response constructor expects int, mixed given\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Parameter \\#2 \\$headers of class GuzzleHttp\\\\Psr7\\\\Response constructor expects array\\<string, array\\<string\\>\\|string\\>, mixed given\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Parameter \\#2 \\$response of method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Handler\\\\CurlHandler\\:\\:cacheResponse\\(\\) expects GuzzleHttp\\\\Psr7\\\\Response, Psr\\\\Http\\\\Message\\\\ResponseInterface given\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Parameter \\#3 \\$body of class GuzzleHttp\\\\Psr7\\\\Response constructor expects Psr\\\\Http\\\\Message\\\\StreamInterface\\|resource\\|string\\|null, mixed given\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Parameter \\#4 \\$version of class GuzzleHttp\\\\Psr7\\\\Response constructor expects string, mixed given\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Parameter \\#5 \\$reason of class GuzzleHttp\\\\Psr7\\\\Response constructor expects string\\|null, mixed given\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Property M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Handler\\\\CurlHandler\\:\\:\\$methods type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Handler/CurlHandler.php
-
message: "#^Access to an undefined property GuzzleHttp\\\\Psr7\\\\Response\\:\\:\\$cacheTtl\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Access to an undefined property GuzzleHttp\\\\Psr7\\\\Response\\:\\:\\$cached\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Call to function is_null\\(\\) with M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Cache\\\\CacheInterface will always evaluate to false\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Cannot access offset 0 on mixed\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Cannot access offset 1 on mixed\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Cannot access offset 2 on mixed\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Cannot access offset 3 on mixed\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Cannot access offset 4 on mixed\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Class M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Handler\\\\CurlMultiHandler extends @final class GuzzleHttp\\\\Handler\\\\CurlMultiHandler\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Handler\\\\CurlMultiHandler\\:\\:__construct\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Handler\\\\CurlMultiHandler\\:\\:__invoke\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Handler\\\\CurlMultiHandler\\:\\:cacheResponse\\(\\) has no return type specified\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Handler\\\\CurlMultiHandler\\:\\:setCache\\(\\) has no return type specified\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Handler\\\\CurlMultiHandler\\:\\:setDebug\\(\\) has no return type specified\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Parameter \\#1 \\$status of class GuzzleHttp\\\\Psr7\\\\Response constructor expects int, mixed given\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Parameter \\#2 \\$headers of class GuzzleHttp\\\\Psr7\\\\Response constructor expects array\\<string, array\\<string\\>\\|string\\>, mixed given\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Parameter \\#2 \\$response of method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Handler\\\\CurlMultiHandler\\:\\:cacheResponse\\(\\) expects GuzzleHttp\\\\Psr7\\\\Response, Psr\\\\Http\\\\Message\\\\ResponseInterface given\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Parameter \\#3 \\$body of class GuzzleHttp\\\\Psr7\\\\Response constructor expects Psr\\\\Http\\\\Message\\\\StreamInterface\\|resource\\|string\\|null, mixed given\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Parameter \\#4 \\$version of class GuzzleHttp\\\\Psr7\\\\Response constructor expects string, mixed given\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Parameter \\#5 \\$reason of class GuzzleHttp\\\\Psr7\\\\Response constructor expects string\\|null, mixed given\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Property M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Handler\\\\CurlMultiHandler\\:\\:\\$methods type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Handler/CurlMultiHandler.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Middleware\\\\EventDispatcherMiddleware\\:\\:sendErrorEvent\\(\\) has no return type specified\\.$#"
count: 1
path: src/Middleware/EventDispatcherMiddleware.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Middleware\\\\EventDispatcherMiddleware\\:\\:sendErrorEvent\\(\\) has parameter \\$reason with no type specified\\.$#"
count: 1
path: src/Middleware/EventDispatcherMiddleware.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Middleware\\\\EventDispatcherMiddleware\\:\\:sendEvent\\(\\) has no return type specified\\.$#"
count: 1
path: src/Middleware/EventDispatcherMiddleware.php
-
message: "#^Parameter \\#1 \\$request of method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\EventDispatcher\\\\AbstractGuzzleHttpEvent\\:\\:setRequest\\(\\) expects GuzzleHttp\\\\Psr7\\\\Request, Psr\\\\Http\\\\Message\\\\RequestInterface given\\.$#"
count: 2
path: src/Middleware/EventDispatcherMiddleware.php
-
message: "#^Property M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Middleware\\\\EventDispatcherMiddleware\\:\\:\\$events type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Middleware/EventDispatcherMiddleware.php
-
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Middleware\\\\HostForwarderMiddleware\\:\\:__construct\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#"
count: 1
path: src/Middleware/HostForwarderMiddleware.php