forked from ibexa/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline-7.4.neon
546 lines (438 loc) · 23.9 KB
/
phpstan-baseline-7.4.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
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$input of function array_keys expects array, array\\|bool\\|float\\|int\\|string\\|null given\\.$#"
count: 1
path: src/bundle/Core/ApiLoader/StorageConnectionFactory.php
-
message: "#^Parameter \\#1 \\$input of function array_filter expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\VersionInfo\\> given\\.$#"
count: 1
path: src/bundle/Core/Command/CleanupVersionsCommand.php
-
message: "#^Parameter \\#1 \\$input of function array_slice expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\VersionInfo\\> given\\.$#"
count: 1
path: src/bundle/Core/Command/CleanupVersionsCommand.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, array\\|iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\VersionInfo\\> given\\.$#"
count: 1
path: src/bundle/Core/Command/CleanupVersionsCommand.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\VersionInfo\\> given\\.$#"
count: 1
path: src/bundle/Core/Command/CleanupVersionsCommand.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Content\\>&Traversable given\\.$#"
count: 1
path: src/bundle/Core/Command/ExpireUserPasswordsCommand.php
-
message: "#^Parameter \\#1 \\$fp of function fclose expects resource, resource\\|false given\\.$#"
count: 1
path: src/bundle/Core/Command/ResizeOriginalImagesCommand.php
-
message: "#^Parameter \\#1 \\$fp of function fwrite expects resource, resource\\|false given\\.$#"
count: 1
path: src/bundle/Core/Command/ResizeOriginalImagesCommand.php
-
message: "#^Parameter \\#1 \\$fp of function stream_get_meta_data expects resource, resource\\|false given\\.$#"
count: 1
path: src/bundle/Core/Command/ResizeOriginalImagesCommand.php
-
message: "#^Parameter \\#2 \\$str of function fwrite expects string, string\\|false given\\.$#"
count: 1
path: src/bundle/Core/Command/ResizeOriginalImagesCommand.php
-
message: "#^Parameter \\#2 \\$parameters of function call_user_func_array expects array\\<int, mixed\\>, array\\<int\\|string, array\\<int, Symfony\\\\Component\\\\DependencyInjection\\\\Reference\\>\\> given\\.$#"
count: 1
path: src/bundle/Core/DependencyInjection/Compiler/ConsoleCacheWarmupPass.php
-
message: "#^Method Ibexa\\\\Bundle\\\\Core\\\\DependencyInjection\\\\Compiler\\\\InjectEntityManagerMappingsPass\\:\\:getEntityMapForConfigurationService\\(\\) should return array but returns array\\|false\\.$#"
count: 1
path: src/bundle/Core/DependencyInjection/Compiler/InjectEntityManagerMappingsPass.php
-
message: "#^Parameter \\#2 \\.\\.\\.\\$args of function array_merge expects array, Ibexa\\\\Contracts\\\\Core\\\\SiteAccess\\\\ConfigResolverInterface given\\.$#"
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/ChainConfigResolver.php
-
message: "#^Parameter \\#1 \\$str of function strtolower expects string, string\\|null given\\.$#"
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/ConfigResolver.php
-
message: "#^Parameter \\#1 \\$stack of function array_shift expects array, array\\|bool\\|float\\|int\\|string\\|null given\\.$#"
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/Parser/Languages.php
-
message: "#^Parameter \\#1 \\$arr1 of function array_merge expects array, array\\|bool\\|float\\|int\\|string\\|null given\\.$#"
count: 1
path: src/bundle/Core/DependencyInjection/Configuration/SiteAccessAware/Contextualizer.php
-
message: "#^Parameter \\#1 \\$arr1 of function array_merge expects array, array\\|bool\\|float\\|int\\|string\\|null given\\.$#"
count: 1
path: src/bundle/Core/DependencyInjection/IbexaCoreExtension.php
-
message: "#^Parameter \\#3 \\$length of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
count: 1
path: src/bundle/Core/Features/Context/ContentPreviewContext.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\User\\\\User\\> given\\.$#"
count: 1
path: src/bundle/Core/Features/Context/UserContext.php
-
message: "#^PHPDoc tag @throws with type Psr\\\\Cache\\\\InvalidArgumentException is not subtype of Throwable$#"
count: 1
path: src/bundle/Core/Imagine/Cache/AliasGeneratorDecorator.php
-
message: "#^Parameter \\#1 \\$fp of function fclose expects resource, resource\\|false given\\.$#"
count: 1
path: src/bundle/Core/Imagine/IORepositoryResolver.php
-
message: "#^Parameter \\#1 \\$fp of function fwrite expects resource, resource\\|false given\\.$#"
count: 1
path: src/bundle/Core/Imagine/IORepositoryResolver.php
-
message: "#^Parameter \\#1 \\$fp of function stream_get_meta_data expects resource, resource\\|false given\\.$#"
count: 1
path: src/bundle/Core/Imagine/IORepositoryResolver.php
-
message: "#^Parameter \\#2 \\$str of function fwrite expects string, string\\|false given\\.$#"
count: 1
path: src/bundle/Core/Imagine/IORepositoryResolver.php
-
message: "#^Parameter \\#1 \\$fp of function stream_get_meta_data expects resource, resource\\|false given\\.$#"
count: 1
path: src/bundle/Core/Imagine/PlaceholderProvider/GenericProvider.php
-
message: "#^Parameter \\#1 \\$fp of function stream_get_meta_data expects resource, resource\\|false given\\.$#"
count: 1
path: src/bundle/Core/Imagine/PlaceholderProvider/RemoteProvider.php
-
message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|false given\\.$#"
count: 1
path: src/bundle/Debug/Twig/DebugTemplate.php
-
message: "#^Parameter \\#1 \\$fp of function fclose expects resource, resource\\|false given\\.$#"
count: 1
path: src/bundle/IO/BinaryStreamResponse.php
-
message: "#^Parameter \\#2 \\$dest of function stream_copy_to_stream expects resource, resource\\|false given\\.$#"
count: 1
path: src/bundle/IO/BinaryStreamResponse.php
-
message: "#^Parameter \\#3 \\$count of class LimitIterator constructor expects int, int\\|null given\\.$#"
count: 1
path: src/bundle/IO/Migration/FileLister/BinaryFileLister.php
-
message: "#^Parameter \\#3 \\$length of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
count: 1
path: src/bundle/IO/Migration/FileLister/FileRowReader/LegacyStorageFileRowReader.php
-
message: "#^Parameter \\#3 \\$count of class LimitIterator constructor expects int, int\\|null given\\.$#"
count: 1
path: src/bundle/IO/Migration/FileLister/ImageFileLister.php
-
message: "#^Parameter \\#1 \\$input of function array_keys expects array, array\\|bool\\|float\\|int\\|string\\|null given\\.$#"
count: 1
path: src/bundle/LegacySearchEngine/ApiLoader/ConnectionFactory.php
-
message: "#^Parameter \\#1 \\$input of function array_filter expects array, array\\<int, string\\>\\|false given\\.$#"
count: 1
path: src/bundle/RepositoryInstaller/Installer/DbBasedInstaller.php
-
message: "#^Parameter \\#1 \\$object_or_string of function is_a expects object\\|string, string\\|null given\\.$#"
count: 1
path: src/lib/Base/Container/Compiler/FieldTypeRegistryPass.php
-
message: "#^Parameter \\#1 \\$object_or_string of function is_subclass_of expects object\\|string, array\\|bool\\|float\\|int\\|string\\|null given\\.$#"
count: 1
path: src/lib/Base/Container/Compiler/Storage/ExternalStorageRegistryPass.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, array\\|bool\\|float\\|int\\|string\\|null given\\.$#"
count: 1
path: src/lib/FieldType/Author/SearchField.php
-
message: "#^Parameter \\#3 \\$length of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
count: 1
path: src/lib/FieldType/BinaryBase/BinaryBaseStorage/Gateway/DoctrineStorage.php
-
message: "#^Parameter \\#3 \\$length of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
count: 1
path: src/lib/FieldType/BinaryBase/PathGenerator/LegacyPathGenerator.php
-
message: "#^Parameter \\#1 \\$arr1 of function array_merge expects array, array\\|bool\\|float\\|int\\|string given\\.$#"
count: 1
path: src/lib/FieldType/Image/ImageStorage.php
-
message: "#^Parameter \\#1 \\$input of function array_flip expects array\\<int\\|string\\>, array\\|bool\\|float\\|int\\|string\\|null given\\.$#"
count: 1
path: src/lib/FieldType/Selection/SearchField.php
-
message: "#^Parameter \\#1 \\$str of function mb_substr expects string, string\\|false given\\.$#"
count: 1
path: src/lib/FieldType/TextBlock/SearchField.php
-
message: "#^Parameter \\#1 \\$str of function mb_substr expects string, string\\|false given\\.$#"
count: 1
path: src/lib/FieldType/TextBlock/Type.php
-
message: "#^Parameter \\#1 \\$input of function array_keys expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Persistence\\\\Content\\\\Language\\> given\\.$#"
count: 1
path: src/lib/Limitation/LanguageLimitationType.php
-
message: "#^Parameter \\#1 \\$input of function array_keys expects array, array\\|ArrayObject\\<\\(int\\|string\\), mixed\\>\\|bool\\|float\\|int\\|string\\|null given\\.$#"
count: 1
path: src/lib/MVC/Symfony/Component/Serializer/AbstractPropertyWhitelistNormalizer.php
-
message: "#^Parameter \\#1 \\$input of function array_keys expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\ContentInfo\\> given\\.$#"
count: 1
path: src/lib/MVC/Symfony/FieldType/RelationList/ParameterProvider.php
-
message: "#^Parameter \\#1 \\$arr1 of function array_merge expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\URLAlias\\> given\\.$#"
count: 1
path: src/lib/MVC/Symfony/Matcher/ContentBased/UrlAlias.php
-
message: "#^Parameter \\#2 \\.\\.\\.\\$args of function array_merge expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\URLAlias\\> given\\.$#"
count: 1
path: src/lib/MVC/Symfony/Matcher/ContentBased/UrlAlias.php
-
message: "#^PHPDoc tag @throws with type Psr\\\\Cache\\\\InvalidArgumentException is not subtype of Throwable$#"
count: 1
path: src/lib/Persistence/Cache/ContentTypeHandler.php
-
message: "#^PHPDoc tag @throws with type Psr\\\\Cache\\\\CacheException is not subtype of Throwable$#"
count: 1
path: src/lib/Persistence/Cache/SettingHandler.php
-
message: "#^PHPDoc tag @throws with type Psr\\\\Cache\\\\InvalidArgumentException is not subtype of Throwable$#"
count: 2
path: src/lib/Persistence/Cache/SettingHandler.php
-
message: "#^PHPDoc tag @throws with type Ibexa\\\\Core\\\\Base\\\\Exceptions\\\\BadStateException\\|Psr\\\\Cache\\\\InvalidArgumentException is not subtype of Throwable$#"
count: 1
path: src/lib/Persistence/Cache/UrlAliasHandler.php
-
message: "#^PHPDoc tag @throws with type Psr\\\\Cache\\\\InvalidArgumentException is not subtype of Throwable$#"
count: 1
path: src/lib/Persistence/Cache/UrlWildcardHandler.php
-
message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\|bool\\|float\\|int\\|string given\\.$#"
count: 1
path: src/lib/Persistence/Legacy/Content/FieldValue/Converter/CountryConverter.php
-
message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\|float\\|int\\<min, \\-1\\>\\|int\\<1, max\\>\\|string\\|true given\\.$#"
count: 1
path: src/lib/Persistence/Legacy/Content/FieldValue/Converter/CountryConverter.php
-
message: "#^Cannot access property \\$ownerDocument on DOMElement\\|false\\.$#"
count: 2
path: src/lib/Persistence/Legacy/Content/FieldValue/Converter/ImageConverter.php
-
message: "#^Parameter \\#1 \\$input of class Ibexa\\\\Core\\\\FieldType\\\\FieldSettings constructor expects array\\|object, array\\|null given\\.$#"
count: 1
path: src/lib/Persistence/Legacy/Content/FieldValue/Converter/SerializableConverter.php
-
message: "#^Parameter \\#1 \\$input of function array_keys expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Persistence\\\\Content\\\\Language\\> given\\.$#"
count: 2
path: src/lib/Persistence/Legacy/Content/Language/MaskGenerator.php
-
message: "#^Method Ibexa\\\\Core\\\\Persistence\\\\Legacy\\\\Content\\\\UrlAlias\\\\Gateway\\\\DoctrineDatabase\\:\\:filterOriginalAliases\\(\\) should return array but returns array\\|false\\.$#"
count: 1
path: src/lib/Persistence/Legacy/Content/UrlAlias/Gateway/DoctrineDatabase.php
-
message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false\\|null given\\.$#"
count: 1
path: src/lib/Persistence/TransformationProcessor/DefinitionBased/Parser.php
-
message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|false\\|null given\\.$#"
count: 2
path: src/lib/Persistence/TransformationProcessor/DefinitionBased/Parser.php
-
message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|false\\|null given\\.$#"
count: 1
path: src/lib/Persistence/TransformationProcessor/DefinitionBased/Parser.php
-
message: "#^Parameter \\#1 \\$ascii of function chr expects int, float\\|int given\\.$#"
count: 1
path: src/lib/Persistence/TransformationProcessor/PcreCompiler.php
-
message: "#^Parameter \\#1 \\$hexadecimal_number of function hexdec expects string, string\\|null given\\.$#"
count: 1
path: src/lib/Persistence/TransformationProcessor/PcreCompiler.php
-
message: "#^Parameter \\#1 \\$str of function md5 expects string, string\\|false given\\.$#"
count: 4
path: src/lib/Repository/Mapper/ContentMapper.php
-
message: "#^Parameter \\#1 \\$autoload_function of function spl_autoload_register expects callable\\(string\\)\\: void, ProxyManager\\\\Autoloader\\\\AutoloaderInterface given\\.$#"
count: 1
path: src/lib/Repository/ProxyFactory/ProxyGenerator.php
-
message: "#^Parameter \\#2 \\$arr2 of function array_diff expects array, array\\|null given\\.$#"
count: 1
path: src/lib/Repository/RoleService.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Location\\> given\\.$#"
count: 1
path: src/lib/Repository/UserService.php
-
message: "#^Parameter \\#1 \\$array of function reset expects array\\|object, null given\\.$#"
count: 3
path: src/lib/Search/Common/FieldNameResolver.php
-
message: "#^Parameter \\#1 \\$input of function array_keys expects array, string given\\.$#"
count: 3
path: src/lib/Search/Common/FieldNameResolver.php
-
message: "#^Parameter \\#1 \\$str of function trim expects string, bool\\|float\\|int\\|string given\\.$#"
count: 1
path: src/lib/Search/Legacy/Content/Gateway/CriterionHandler/Ancestor.php
-
message: "#^Parameter \\#1 \\$str of function trim expects string, bool\\|float\\|int\\|string given\\.$#"
count: 1
path: src/lib/Search/Legacy/Content/Location/Gateway/CriterionHandler/Ancestor.php
-
message: "#^Parameter \\#1 \\$object of method ReflectionProperty\\:\\:getValue\\(\\) expects object, object\\|null given\\.$#"
count: 1
path: tests/bundle/Core/DependencyInjection/Compiler/SlugConverterConfigurationPassTest.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, array\\|bool\\|float\\|int\\|string\\|null given\\.$#"
count: 1
path: tests/bundle/Core/DependencyInjection/IbexaCoreExtensionTest.php
-
message: "#^Parameter \\#2 \\.\\.\\.\\$args of function array_merge_recursive expects array, array\\|bool\\|float\\|int\\|string\\|null given\\.$#"
count: 1
path: tests/bundle/Core/DependencyInjection/IbexaCoreExtensionTest.php
-
message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|null given\\.$#"
count: 1
path: tests/bundle/Core/EventListener/BackwardCompatibleCommandListenerTest.php
-
message: "#^Parameter \\#2 \\$start of function substr expects int, int\\<1, max\\>\\|false given\\.$#"
count: 1
path: tests/bundle/Core/EventListener/SiteAccessListenerTest.php
-
message: "#^Parameter \\#3 \\$length of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
count: 1
path: tests/bundle/Core/Routing/DefaultRouterTest.php
-
message: "#^Parameter \\#1 \\$fp of function fclose expects resource, resource\\|false given\\.$#"
count: 1
path: tests/integration/Core/IO/BinarydataHandler/FlysystemTest.php
-
message: "#^Parameter \\#1 \\$str1 of function strcmp expects string, bool\\|float\\|int\\|string given\\.$#"
count: 1
path: tests/integration/Core/Repository/BaseTest.php
-
message: "#^Parameter \\#2 \\$str2 of function strcmp expects string, bool\\|float\\|int\\|string given\\.$#"
count: 1
path: tests/integration/Core/Repository/BaseTest.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Relation\\> given\\.$#"
count: 4
path: tests/integration/Core/Repository/ContentServiceAuthorizationTest.php
-
message: "#^Parameter \\#1 \\$array_arg of function usort expects TArray of array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Relation\\> given\\.$#"
count: 2
path: tests/integration/Core/Repository/ContentServiceTest.php
-
message: "#^Parameter \\#1 \\$input of function array_keys expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\ContentInfo\\> given\\.$#"
count: 1
path: tests/integration/Core/Repository/ContentServiceTest.php
-
message: "#^Parameter \\#1 \\$input of function array_values expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Location\\> given\\.$#"
count: 1
path: tests/integration/Core/Repository/ContentServiceTest.php
-
message: "#^Parameter \\#1 \\$str of function md5 expects string, float given\\.$#"
count: 3
path: tests/integration/Core/Repository/ContentServiceTest.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Field\\> given\\.$#"
count: 1
path: tests/integration/Core/Repository/ContentServiceTest.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Relation\\> given\\.$#"
count: 1
path: tests/integration/Core/Repository/ContentServiceTest.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\VersionInfo\\> given\\.$#"
count: 2
path: tests/integration/Core/Repository/ContentServiceTest.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ContentType\\\\ContentType\\> given\\.$#"
count: 1
path: tests/integration/Core/Repository/ContentTypeServiceTest.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Language\\> given\\.$#"
count: 1
path: tests/integration/Core/Repository/LanguageServiceMaximumSupportedLanguagesTest.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Language\\> given\\.$#"
count: 2
path: tests/integration/Core/Repository/LanguageServiceTest.php
-
message: "#^Parameter \\#1 \\$input of function array_filter expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\URLAlias\\> given\\.$#"
count: 1
path: tests/integration/Core/Repository/LocationServiceTest.php
-
message: "#^Parameter \\#1 \\$input of function array_keys expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Location\\> given\\.$#"
count: 3
path: tests/integration/Core/Repository/LocationServiceTest.php
-
message: "#^Parameter \\#1 \\$input of function array_filter expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\User\\\\Policy\\> given\\.$#"
count: 1
path: tests/integration/Core/Repository/PermissionResolverTest.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\User\\\\Policy\\> given\\.$#"
count: 1
path: tests/integration/Core/Repository/Regression/EZP21798Test.php
-
message: "#^Parameter \\#1 \\$arr1 of function array_merge expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\User\\\\Policy\\> given\\.$#"
count: 1
path: tests/integration/Core/Repository/RoleServiceTest.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\User\\\\RoleAssignment\\> given\\.$#"
count: 1
path: tests/integration/Core/Repository/RoleServiceTest.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\User\\\\UserGroupRoleAssignment\\|Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\User\\\\UserRoleAssignment\\> given\\.$#"
count: 3
path: tests/integration/Core/Repository/RoleServiceTest.php
-
message: "#^Parameter \\#1 \\$str of function md5 expects string, int\\<1, max\\> given\\.$#"
count: 1
path: tests/integration/Core/Repository/Values/User/Limitation/BaseLimitationTest.php
-
message: "#^Parameter \\#1 \\$fp of function fclose expects resource, resource\\|false given\\.$#"
count: 1
path: tests/lib/IO/Flysystem/Adapter/DynamicPathFilesystemAdapterDecoratorTest.php
-
message: "#^Parameter \\#1 \\$str of function md5 expects string, float given\\.$#"
count: 1
path: tests/lib/MVC/Symfony/Security/UserWrappedTest.php
-
message: "#^Parameter \\#1 \\$function of function call_user_func_array expects callable\\(\\)\\: mixed, array\\{mixed, string\\} given\\.$#"
count: 3
path: tests/lib/Persistence/Cache/AbstractCacheHandlerTest.php
-
message: "#^Parameter \\#1 \\$function of function call_user_func_array expects callable\\(\\)\\: mixed, array\\{mixed, string\\} given\\.$#"
count: 3
path: tests/lib/Persistence/Cache/AbstractInMemoryCacheHandlerTest.php
-
message: "#^Parameter \\#1 \\$function of function call_user_func_array expects callable\\(\\)\\: mixed, array\\{mixed, 'publish'\\} given\\.$#"
count: 1
path: tests/lib/Persistence/Cache/ContentTypeHandlerTest.php
-
message: "#^Parameter \\#1 \\$arr1 of function array_merge expects array, iterable given\\.$#"
count: 1
path: tests/lib/Persistence/Legacy/Filter/BaseCriterionVisitorQueryBuilderTestCase.php
-
message: "#^Parameter \\#2 \\.\\.\\.\\$args of function array_merge expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Filter\\\\CriterionQueryBuilder\\> given\\.$#"
count: 1
path: tests/lib/Persistence/Legacy/Filter/BaseCriterionVisitorQueryBuilderTestCase.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\URLAlias\\> given\\.$#"
count: 12
path: tests/lib/Repository/Service/Mock/UrlAliasTest.php
-
message: "#^Parameter \\#1 \\$array_arg of function key expects array\\|object, string given\\.$#"
count: 4
path: tests/lib/Search/FieldNameResolverTest.php