forked from cakephp/cakephp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
592 lines (474 loc) · 20.6 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
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
parameters:
ignoreErrors:
-
message: "#^Strict comparison using \\=\\=\\= between string and false will always evaluate to false\\.$#"
count: 1
path: src/Auth/DigestAuthenticate.php
-
message: "#^Method Cake\\\\Auth\\\\Storage\\\\MemoryStorage\\:\\:redirectUrl\\(\\) should return array\\|string\\|null but return statement is missing\\.$#"
count: 1
path: src/Auth/Storage/MemoryStorage.php
-
message: "#^Constructor of class Cake\\\\Auth\\\\Storage\\\\SessionStorage has an unused parameter \\$response\\.$#"
count: 1
path: src/Auth/Storage/SessionStorage.php
-
message: "#^Method Cake\\\\Auth\\\\Storage\\\\SessionStorage\\:\\:redirectUrl\\(\\) should return array\\|string\\|null but return statement is missing\\.$#"
count: 1
path: src/Auth/Storage/SessionStorage.php
-
message: "#^Access to undefined constant Memcached\\:\\:DYNAMIC_CLIENT_MODE\\.$#"
count: 1
path: src/Cache/Engine/MemcachedEngine.php
-
message: "#^Access to undefined constant Memcached\\:\\:OPT_CLIENT_MODE\\.$#"
count: 1
path: src/Cache/Engine/MemcachedEngine.php
-
message: "#^Parameter \\#1 \\$iterator of class LimitIterator constructor expects Iterator, Countable&Traversable\\<mixed, mixed\\> given\\.$#"
count: 2
path: src/Collection/Collection.php
-
message: "#^Parameter \\#1 \\$iterator of method AppendIterator\\:\\:append\\(\\) expects Iterator, Traversable given\\.$#"
count: 2
path: src/Collection/Collection.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: "#^Parameter \\#1 \\$iterator of class LimitIterator constructor expects Iterator, Countable&Traversable\\<mixed, mixed\\> given\\.$#"
count: 2
path: src/Collection/Iterator/TreeIterator.php
-
message: "#^Parameter \\#1 \\$iterator of method AppendIterator\\:\\:append\\(\\) expects Iterator, Traversable given\\.$#"
count: 2
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: "#^Parameter \\#1 \\$iterator of class LimitIterator constructor expects Iterator, Countable&Traversable\\<mixed, mixed\\> given\\.$#"
count: 2
path: src/Collection/Iterator/TreePrinter.php
-
message: "#^Parameter \\#1 \\$iterator of method AppendIterator\\:\\:append\\(\\) expects Iterator, Traversable given\\.$#"
count: 2
path: src/Collection/Iterator/TreePrinter.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: "#^Method Cake\\\\Collection\\\\Iterator\\\\ZipIterator\\:\\:toArray\\(\\) should return array but returns array\\<array, array\\>\\.$#"
count: 1
path: src/Collection/Iterator/ZipIterator.php
-
message: "#^Parameter \\#1 \\$iterator of class LimitIterator constructor expects Iterator, Countable&Traversable\\<mixed, mixed\\> given\\.$#"
count: 2
path: src/Collection/Iterator/ZipIterator.php
-
message: "#^Parameter \\#1 \\$iterator of method AppendIterator\\:\\:append\\(\\) expects Iterator, Traversable given\\.$#"
count: 2
path: src/Collection/Iterator/ZipIterator.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: "#^Strict comparison using \\=\\=\\= between '/' and '\\\\\\\\' will always evaluate to false\\.$#"
count: 1
path: src/Command/PluginAssetsCopyCommand.php
-
message: "#^Strict comparison using \\=\\=\\= between '/' and '\\\\\\\\' will always evaluate to false\\.$#"
count: 1
path: src/Command/PluginAssetsRemoveCommand.php
-
message: "#^Strict comparison using \\=\\=\\= between '/' and '\\\\\\\\' will always evaluate to false\\.$#"
count: 1
path: src/Command/PluginAssetsSymlinkCommand.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 2
path: src/Console/ConsoleOptionParser.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: "#^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: "#^Parameter \\#1 \\$autoload_function of function spl_autoload_register expects callable\\(string\\)\\: void, array\\(\\$this\\(Cake\\\\Core\\\\ClassLoader\\), 'loadClass'\\) given\\.$#"
count: 1
path: src/Core/ClassLoader.php
-
message: "#^Array \\(array\\<TObject\\>\\) does not accept object\\.$#"
count: 1
path: src/Core/ObjectRegistry.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: 7
path: src/Database/Expression/QueryExpression.php
-
message: "#^Access to an undefined property Exception\\:\\:\\$queryString\\.$#"
count: 1
path: src/Database/Log/LoggingStatement.php
-
message: "#^Cannot unset offset 'args' on array\\('path' \\=\\> string, 'reference' \\=\\> mixed\\)\\.$#"
count: 1
path: src/Error/Debugger.php
-
message: "#^Cannot unset offset 'object' on array\\('path' \\=\\> string, 'reference' \\=\\> mixed\\)\\.$#"
count: 1
path: src/Error/Debugger.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 typehint type CurlHandle\\.$#"
count: 1
path: src/Http/Client/Adapter/Curl.php
-
message: "#^Parameter \\$handle of method Cake\\\\Http\\\\Client\\\\Adapter\\\\Curl\\:\\:createResponse\\(\\) has invalid typehint 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: "#^Array \\(array\\<non\\-empty\\-string, non\\-empty\\-string\\>\\) does not accept \\(int\\|string\\)\\.$#"
count: 1
path: src/Http/Client/Request.php
-
message: "#^Array \\(array\\<string, string\\>\\) does not accept key string\\.$#"
count: 1
path: src/Http/Client/Request.php
-
message: "#^Array \\(array\\<non\\-empty\\-string, non\\-empty\\-string\\>\\) does not accept string\\.$#"
count: 1
path: src/Http/Client/Response.php
-
message: "#^Array \\(array\\<string, array\\<int, string\\>\\>\\) does not accept key string\\.$#"
count: 1
path: src/Http/Client/Response.php
-
message: "#^Array \\(array\\<string, string\\>\\) does not accept key string\\.$#"
count: 1
path: src/Http/Client/Response.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: "#^Array \\(array\\<non\\-empty\\-string, non\\-empty\\-string\\>\\) does not accept string\\.$#"
count: 1
path: src/Http/Response.php
-
message: "#^Array \\(array\\<string, array\\<int, string\\>\\>\\) does not accept key string\\.$#"
count: 1
path: src/Http/Response.php
-
message: "#^Array \\(array\\<string, string\\>\\) does not accept key string\\.$#"
count: 1
path: src/Http/Response.php
-
message: "#^Call to an undefined method DateTimeInterface\\:\\:setTimezone\\(\\)\\.$#"
count: 1
path: src/Http/Response.php
-
message: "#^Access to an undefined property Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:\\$base\\.$#"
count: 2
path: src/Http/ServerRequestFactory.php
-
message: "#^Access to an undefined property Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:\\$webroot\\.$#"
count: 3
path: src/Http/ServerRequestFactory.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: "#^Offset 1 does not exist on array\\(\\)\\|array\\(0 \\=\\> 'context'\\|'ids'\\|'translated', \\?1 \\=\\> 'plural'\\|'singular'\\|int\\)\\.$#"
count: 1
path: src/I18n/Parser/PoFileParser.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: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Mailer/Email.php
-
message: "#^Access to an undefined property Cake\\\\Mailer\\\\Renderer\\:\\:\\$request\\.$#"
count: 1
path: src/Mailer/Renderer.php
-
message: "#^Access to an undefined property Cake\\\\Mailer\\\\Renderer\\:\\:\\$response\\.$#"
count: 1
path: src/Mailer/Renderer.php
-
message: "#^Parameter \\#2 \\$callback of function array_filter expects callable\\(mixed, mixed\\)\\: bool, 'strlen' given\\.$#"
count: 1
path: src/ORM/Association/BelongsToMany.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: "#^Parameter \\#2 \\$callback of function array_filter expects callable\\(mixed, mixed\\)\\: bool, 'strlen' 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: "#^Parameter \\#1 \\$iterator of class LimitIterator constructor expects Iterator, Countable&Traversable\\<mixed, mixed\\> given\\.$#"
count: 2
path: src/ORM/ResultSet.php
-
message: "#^Parameter \\#1 \\$iterator of method AppendIterator\\:\\:append\\(\\) expects Iterator, Traversable given\\.$#"
count: 2
path: src/ORM/ResultSet.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 \\#2 \\$callback of function array_filter expects callable\\(mixed, mixed\\)\\: bool, 'strlen' given\\.$#"
count: 1
path: src/ORM/Rule/IsUnique.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\\\\TestSuite\\\\Stub\\\\ConsoleOutput\\) does not accept null\\.$#"
count: 1
path: src/TestSuite/ConsoleIntegrationTestCase.php
-
message: "#^Property Cake\\\\TestSuite\\\\ConsoleIntegrationTestCase\\:\\:\\$_in \\(Cake\\\\Console\\\\ConsoleInput\\) does not accept null\\.$#"
count: 1
path: src/TestSuite/ConsoleIntegrationTestCase.php
-
message: "#^Property Cake\\\\TestSuite\\\\ConsoleIntegrationTestCase\\:\\:\\$_out \\(Cake\\\\TestSuite\\\\Stub\\\\ConsoleOutput\\) does not accept null\\.$#"
count: 1
path: src/TestSuite/ConsoleIntegrationTestCase.php
-
message: "#^PHPDoc tag @template TCode for class Cake\\\\TestSuite\\\\Constraint\\\\Response\\\\StatusCodeBase with bound type array\\<int, int\\> is not supported\\.$#"
count: 1
path: src/TestSuite/Constraint/Response/StatusCodeBase.php
-
message: "#^Access to an undefined property PHPUnit\\\\Framework\\\\Test\\:\\:\\$fixtureManager\\.$#"
count: 1
path: src/TestSuite/Fixture/FixtureInjector.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: "#^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: "#^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