forked from cakephp/cakephp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
487 lines (390 loc) · 17.3 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
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
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
parameters:
ignoreErrors:
-
message: "#^Strict comparison using \\=\\=\\= between string and false will always evaluate to false\\.$#"
count: 1
path: src/Auth/DigestAuthenticate.php
-
message: "#^Constructor of class Cake\\\\Auth\\\\Storage\\\\SessionStorage has an unused parameter \\$response\\.$#"
count: 1
path: src/Auth/Storage/SessionStorage.php
-
message: "#^PHPDoc tag @mixin contains invalid type Cake\\\\Core\\\\InstanceConfigTrait\\.$#"
count: 1
path: src/Auth/Storage/StorageInterface.php
-
message: "#^Strict comparison using \\=\\=\\= between class\\-string\\<ArrayObject\\> and 'ArrayIterator' will always evaluate to false\\.$#"
count: 1
path: src/Collection/Collection.php
-
message: "#^Call to an undefined method Traversable\\:\\:getArrayCopy\\(\\)\\.$#"
count: 1
path: src/Collection/Iterator/ExtractIterator.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Collection/Iterator/NestIterator.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Collection/Iterator/NoChildrenIterator.php
-
message: "#^Parameter \\#1 \\$items of class Cake\\\\Collection\\\\Iterator\\\\TreePrinter constructor expects RecursiveIterator, Iterator\\<mixed, mixed\\> given\\.$#"
count: 1
path: src/Collection/Iterator/TreeIterator.php
-
message: "#^Strict comparison using \\=\\=\\= between class\\-string\\<ArrayObject\\> and 'ArrayIterator' will always evaluate to false\\.$#"
count: 1
path: src/Collection/Iterator/TreeIterator.php
-
message: "#^Strict comparison using \\=\\=\\= between class\\-string\\<ArrayObject\\> and 'ArrayIterator' will always evaluate to false\\.$#"
count: 1
path: src/Collection/Iterator/TreePrinter.php
-
message: "#^Parameter \\#1 \\$iterator of method MultipleIterator\\:\\:attachIterator\\(\\) expects Iterator, Traversable given\\.$#"
count: 1
path: src/Collection/Iterator/ZipIterator.php
-
message: "#^Strict comparison using \\=\\=\\= between class\\-string\\<ArrayObject\\> and 'ArrayIterator' will always evaluate to false\\.$#"
count: 1
path: src/Collection/Iterator/ZipIterator.php
-
message: "#^Strict comparison using \\!\\=\\= between null and null will always evaluate to false\\.$#"
count: 2
path: src/Command/I18nExtractCommand.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 2
path: src/Console/ConsoleOptionParser.php
-
message: "#^Dead catch \\- Cake\\\\Console\\\\Exception\\\\StopException is never thrown in the try block\\.$#"
count: 1
path: src/Console/ShellDispatcher.php
-
message: "#^Property Cake\\\\Controller\\\\Controller\\:\\:\\$request \\(Cake\\\\Http\\\\ServerRequest\\) on left side of \\?\\? is not nullable\\.$#"
count: 1
path: src/Controller/Controller.php
-
message: "#^Property Cake\\\\Controller\\\\Controller\\:\\:\\$response \\(Cake\\\\Http\\\\Response\\) does not accept Psr\\\\Http\\\\Message\\\\ResponseInterface\\.$#"
count: 1
path: src/Controller/Controller.php
-
message: "#^Property Cake\\\\Controller\\\\Controller\\:\\:\\$response \\(Cake\\\\Http\\\\Response\\) on left side of \\?\\? is not nullable\\.$#"
count: 1
path: src/Controller/Controller.php
-
message: "#^Parameter \\#1 \\$request of method Cake\\\\Controller\\\\Controller\\:\\:setRequest\\(\\) expects Cake\\\\Http\\\\ServerRequest, Psr\\\\Http\\\\Message\\\\ServerRequestInterface given\\.$#"
count: 1
path: src/Controller/ControllerFactory.php
-
message: "#^Parameter \\#1 \\$request of method Cake\\\\Controller\\\\ControllerFactory\\:\\:getControllerClass\\(\\) expects Cake\\\\Http\\\\ServerRequest, Psr\\\\Http\\\\Message\\\\ServerRequestInterface given\\.$#"
count: 1
path: src/Controller/ControllerFactory.php
-
message: "#^Parameter \\#1 \\$request of method Cake\\\\Controller\\\\ControllerFactory\\:\\:missingController\\(\\) expects Cake\\\\Http\\\\ServerRequest, Psr\\\\Http\\\\Message\\\\ServerRequestInterface given\\.$#"
count: 2
path: src/Controller/ControllerFactory.php
-
message: "#^PHPDoc tag @param for parameter \\$object with type TObject is not subtype of native type object\\.$#"
count: 1
path: src/Core/ObjectRegistry.php
-
message: "#^Property Cake\\\\Database\\\\Driver\\:\\:\\$_connection \\(PDO\\) does not accept null\\.$#"
count: 2
path: src/Database/Driver.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/Database/Driver.php
-
message: "#^If condition is always true\\.$#"
count: 1
path: src/Database/Driver/Mysql.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/Database/Driver/Mysql.php
-
message: "#^If condition is always true\\.$#"
count: 1
path: src/Database/Driver/Postgres.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/Database/Driver/Postgres.php
-
message: "#^If condition is always true\\.$#"
count: 1
path: src/Database/Driver/Sqlite.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/Database/Driver/Sqlite.php
-
message: "#^If condition is always true\\.$#"
count: 1
path: src/Database/Driver/Sqlserver.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/Database/Driver/Sqlserver.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 8
path: src/Database/Expression/QueryExpression.php
-
message: "#^PHPDoc type array\\<string\\|null\\> of property Cake\\\\Database\\\\Expression\\\\TupleComparison\\:\\:\\$_type is not covariant with PHPDoc type string\\|null of overridden property Cake\\\\Database\\\\Expression\\\\ComparisonExpression\\:\\:\\$_type\\.$#"
count: 1
path: src/Database/Expression/TupleComparison.php
-
message: "#^Access to an undefined property Exception\\:\\:\\$queryString\\.$#"
count: 1
path: src/Database/Log/LoggingStatement.php
-
message: "#^PHPDoc type PDOStatement of property Cake\\\\Database\\\\Statement\\\\PDOStatement\\:\\:\\$_statement is not covariant with PHPDoc type Cake\\\\Database\\\\StatementInterface of overridden property Cake\\\\Database\\\\Statement\\\\StatementDecorator\\:\\:\\$_statement\\.$#"
count: 1
path: src/Database/Statement/PDOStatement.php
-
message: "#^Property PDOStatement\\:\\:\\$queryString \\(string\\) in isset\\(\\) is not nullable\\.$#"
count: 1
path: src/Database/Statement/PDOStatement.php
-
message: "#^Static property Cake\\\\Datasource\\\\ConnectionManager\\:\\:\\$_registry \\(Cake\\\\Datasource\\\\ConnectionRegistry\\) in isset\\(\\) is not nullable\\.$#"
count: 2
path: src/Datasource/ConnectionManager.php
-
message: "#^Constructor of class Cake\\\\Error\\\\Renderer\\\\ConsoleExceptionRenderer has an unused parameter \\$request\\.$#"
count: 1
path: src/Error/Renderer/ConsoleExceptionRenderer.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Event/EventManager.php
-
message: "#^Call to function unset\\(\\) contains undefined variable \\$directory\\.$#"
count: 2
path: src/Filesystem/Folder.php
-
message: "#^Call to function unset\\(\\) contains undefined variable \\$iterator\\.$#"
count: 2
path: src/Filesystem/Folder.php
-
message: "#^Parameter \\#1 \\$request of static method Cake\\\\Routing\\\\Router\\:\\:setRequest\\(\\) expects Cake\\\\Http\\\\ServerRequest, Psr\\\\Http\\\\Message\\\\ServerRequestInterface given\\.$#"
count: 1
path: src/Http/BaseApplication.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Http/Client.php
-
message: "#^Parameter \\$ch of method Cake\\\\Http\\\\Client\\\\Adapter\\\\Curl\\:\\:exec\\(\\) has invalid type CurlHandle\\.$#"
count: 1
path: src/Http/Client/Adapter/Curl.php
-
message: "#^Parameter \\$handle of method Cake\\\\Http\\\\Client\\\\Adapter\\\\Curl\\:\\:createResponse\\(\\) has invalid type CurlHandle\\.$#"
count: 1
path: src/Http/Client/Adapter/Curl.php
-
message: "#^Constructor of class Cake\\\\Http\\\\Client\\\\Auth\\\\Digest has an unused parameter \\$options\\.$#"
count: 1
path: src/Http/Client/Auth/Digest.php
-
message: "#^Call to an undefined method DateTimeInterface\\:\\:setTimezone\\(\\)\\.$#"
count: 1
path: src/Http/Cookie/Cookie.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Http/Cookie/Cookie.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 2
path: src/Http/Cookie/CookieCollection.php
-
message: "#^Call to an undefined method DateTimeInterface\\:\\:setTimezone\\(\\)\\.$#"
count: 1
path: src/Http/Response.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Http/Session.php
-
message: "#^Call to an undefined method Cake\\\\Chronos\\\\DifferenceFormatterInterface\\:\\:dateAgoInWords\\(\\)\\.$#"
count: 1
path: src/I18n/Date.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/I18n/Date.php
-
message: "#^Call to an undefined method Cake\\\\Chronos\\\\DifferenceFormatterInterface\\:\\:dateAgoInWords\\(\\)\\.$#"
count: 1
path: src/I18n/FrozenDate.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/I18n/FrozenDate.php
-
message: "#^Call to an undefined method Cake\\\\Chronos\\\\DifferenceFormatterInterface\\:\\:timeAgoInWords\\(\\)\\.$#"
count: 1
path: src/I18n/FrozenTime.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/I18n/FrozenTime.php
-
message: "#^Call to an undefined method Cake\\\\Chronos\\\\DifferenceFormatterInterface\\:\\:timeAgoInWords\\(\\)\\.$#"
count: 1
path: src/I18n/Time.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/I18n/Time.php
-
message: "#^Static property Cake\\\\Log\\\\Log\\:\\:\\$_registry \\(Cake\\\\Log\\\\LogEngineRegistry\\) in isset\\(\\) is not nullable\\.$#"
count: 3
path: src/Log/Log.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Mailer/Email.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 2
path: src/ORM/EagerLoader.php
-
message: "#^Parameter \\#1 \\$assoc of method Cake\\\\ORM\\\\Marshaller\\:\\:_belongsToMany\\(\\) expects Cake\\\\ORM\\\\Association\\\\BelongsToMany, Cake\\\\ORM\\\\Association given\\.$#"
count: 1
path: src/ORM/Marshaller.php
-
message: "#^Parameter \\#2 \\$assoc of method Cake\\\\ORM\\\\Marshaller\\:\\:_mergeBelongsToMany\\(\\) expects Cake\\\\ORM\\\\Association\\\\BelongsToMany, Cake\\\\ORM\\\\Association given\\.$#"
count: 1
path: src/ORM/Marshaller.php
-
message: "#^Method Cake\\\\ORM\\\\Query\\:\\:find\\(\\) should return static\\(Cake\\\\ORM\\\\Query\\) but returns Cake\\\\ORM\\\\Query\\.$#"
count: 1
path: src/ORM/Query.php
-
message: "#^Property Cake\\\\ORM\\\\Query\\:\\:\\$_repository \\(Cake\\\\ORM\\\\Table\\) does not accept Cake\\\\Datasource\\\\RepositoryInterface\\.$#"
count: 1
path: src/ORM/Query.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/ORM/Query.php
-
message: "#^Strict comparison using \\=\\=\\= between class\\-string\\<ArrayObject\\> and 'ArrayIterator' will always evaluate to false\\.$#"
count: 1
path: src/ORM/ResultSet.php
-
message: "#^Parameter \\#1 \\$rules of method Cake\\\\ORM\\\\Table\\:\\:buildRules\\(\\) expects Cake\\\\ORM\\\\RulesChecker, Cake\\\\Datasource\\\\RulesChecker given\\.$#"
count: 1
path: src/ORM/Table.php
-
message: "#^Parameter \\#1 \\$request of static method Cake\\\\Routing\\\\Router\\:\\:parseRequest\\(\\) expects Cake\\\\Http\\\\ServerRequest, Psr\\\\Http\\\\Message\\\\ServerRequestInterface given\\.$#"
count: 1
path: src/Routing/Middleware/RoutingMiddleware.php
-
message: "#^Parameter \\#1 \\$request of static method Cake\\\\Routing\\\\Router\\:\\:setRequest\\(\\) expects Cake\\\\Http\\\\ServerRequest, Psr\\\\Http\\\\Message\\\\ServerRequestInterface given\\.$#"
count: 1
path: src/Routing/Middleware/RoutingMiddleware.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Routing/RouteBuilder.php
-
message: "#^Property Cake\\\\TestSuite\\\\ConsoleIntegrationTestCase\\:\\:\\$_err \\(Cake\\\\Console\\\\TestSuite\\\\StubConsoleOutput\\) does not accept null\\.$#"
count: 1
path: src/TestSuite/ConsoleIntegrationTestCase.php
-
message: "#^Property Cake\\\\TestSuite\\\\ConsoleIntegrationTestCase\\:\\:\\$_in \\(Cake\\\\Console\\\\TestSuite\\\\StubConsoleInput\\) does not accept null\\.$#"
count: 1
path: src/TestSuite/ConsoleIntegrationTestCase.php
-
message: "#^Property Cake\\\\TestSuite\\\\ConsoleIntegrationTestCase\\:\\:\\$_out \\(Cake\\\\Console\\\\TestSuite\\\\StubConsoleOutput\\) does not accept null\\.$#"
count: 1
path: src/TestSuite/ConsoleIntegrationTestCase.php
-
message: "#^Parameter \\#1 \\$connection of method Cake\\\\Database\\\\Schema\\\\SqlGeneratorInterface\\:\\:addConstraintSql\\(\\) expects Cake\\\\Database\\\\Connection, Cake\\\\Datasource\\\\ConnectionInterface given\\.$#"
count: 1
path: src/TestSuite/Fixture/TestFixture.php
-
message: "#^Parameter \\#1 \\$connection of method Cake\\\\Database\\\\Schema\\\\SqlGeneratorInterface\\:\\:createSql\\(\\) expects Cake\\\\Database\\\\Connection, Cake\\\\Datasource\\\\ConnectionInterface given\\.$#"
count: 1
path: src/TestSuite/Fixture/TestFixture.php
-
message: "#^Parameter \\#1 \\$connection of method Cake\\\\Database\\\\Schema\\\\SqlGeneratorInterface\\:\\:dropConstraintSql\\(\\) expects Cake\\\\Database\\\\Connection, Cake\\\\Datasource\\\\ConnectionInterface given\\.$#"
count: 1
path: src/TestSuite/Fixture/TestFixture.php
-
message: "#^Parameter \\#1 \\$connection of method Cake\\\\Database\\\\Schema\\\\SqlGeneratorInterface\\:\\:dropSql\\(\\) expects Cake\\\\Database\\\\Connection, Cake\\\\Datasource\\\\ConnectionInterface given\\.$#"
count: 1
path: src/TestSuite/Fixture/TestFixture.php
-
message: "#^Parameter \\#1 \\$connection of method Cake\\\\Database\\\\Schema\\\\SqlGeneratorInterface\\:\\:truncateSql\\(\\) expects Cake\\\\Database\\\\Connection, Cake\\\\Datasource\\\\ConnectionInterface given\\.$#"
count: 1
path: src/TestSuite/Fixture/TestFixture.php
-
message: "#^Property Cake\\\\TestSuite\\\\Fixture\\\\TestFixture\\:\\:\\$_schema \\(Cake\\\\Database\\\\Schema\\\\SqlGeneratorInterface&Cake\\\\Database\\\\Schema\\\\TableSchemaInterface\\) in isset\\(\\) is not nullable\\.$#"
count: 2
path: src/TestSuite/Fixture/TestFixture.php
-
message: "#^Parameter \\#1 \\$response of class Cake\\\\TestSuite\\\\Constraint\\\\Response\\\\CookieEncryptedEquals constructor expects Cake\\\\Http\\\\Response\\|null, Psr\\\\Http\\\\Message\\\\ResponseInterface\\|null given\\.$#"
count: 1
path: src/TestSuite/IntegrationTestCase.php
-
message: "#^Parameter \\#1 \\$response of class Cake\\\\TestSuite\\\\Constraint\\\\Response\\\\CookieEquals constructor expects Cake\\\\Http\\\\Response\\|null, Psr\\\\Http\\\\Message\\\\ResponseInterface\\|null given\\.$#"
count: 1
path: src/TestSuite/IntegrationTestCase.php
-
message: "#^Property Cake\\\\TestSuite\\\\IntegrationTestCase\\:\\:\\$_layoutName \\(string\\) does not accept null\\.$#"
count: 1
path: src/TestSuite/IntegrationTestCase.php
-
message: "#^Property Cake\\\\TestSuite\\\\IntegrationTestCase\\:\\:\\$_requestSession \\(Cake\\\\Http\\\\Session\\) does not accept null\\.$#"
count: 1
path: src/TestSuite/IntegrationTestCase.php
-
message: "#^Property Cake\\\\TestSuite\\\\IntegrationTestCase\\:\\:\\$_viewName \\(string\\) does not accept null\\.$#"
count: 1
path: src/TestSuite/IntegrationTestCase.php
-
message: "#^Offset 0 does not exist on array\\<string, mixed\\>\\.$#"
count: 1
path: src/TestSuite/TestCase.php
-
message: "#^Offset 1 does not exist on array\\<string, mixed\\>\\.$#"
count: 1
path: src/TestSuite/TestCase.php
-
message: "#^Offset 2 does not exist on array\\<string, mixed\\>\\.$#"
count: 1
path: src/TestSuite/TestCase.php
-
message: "#^Unsafe access to private property Cake\\\\TestSuite\\\\TestEmailTransport\\:\\:\\$messages through static\\:\\:\\.$#"
count: 3
path: src/TestSuite/TestEmailTransport.php
-
message: "#^Dead catch \\- Error is never thrown in the try block\\.$#"
count: 1
path: src/View/Cell.php
-
message: "#^Property Cake\\\\View\\\\Cell\\:\\:\\$request \\(Cake\\\\Http\\\\ServerRequest\\) on left side of \\?\\? is not nullable\\.$#"
count: 1
path: src/View/Cell.php
-
message: "#^Property Cake\\\\View\\\\Cell\\:\\:\\$response \\(Cake\\\\Http\\\\Response\\) on left side of \\?\\? is not nullable\\.$#"
count: 1
path: src/View/Cell.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/View/Form/ContextFactory.php
-
message: "#^Constructor of class Cake\\\\View\\\\Form\\\\NullContext has an unused parameter \\$context\\.$#"
count: 1
path: src/View/Form/NullContext.php
-
message: "#^Call to an undefined method DateTimeInterface\\:\\:setTimezone\\(\\)\\.$#"
count: 1
path: src/View/Helper/TimeHelper.php