-
Notifications
You must be signed in to change notification settings - Fork 282
/
phpstan-baseline-8x.neon
641 lines (514 loc) · 24 KB
/
phpstan-baseline-8x.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
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$string of function rawurldecode expects string, mixed given\\.$#"
count: 1
path: application/controllers/DashboardController.php
-
message: "#^Parameter \\#1 \\$array of function array_shift expects array, array\\<int, string\\>\\|false given\\.$#"
count: 1
path: application/controllers/ErrorController.php
-
message: "#^Parameter \\#1 \\$string of function rawurldecode expects string, mixed given\\.$#"
count: 1
path: application/controllers/NavigationController.php
-
message: "#^Parameter \\#1 \\$string of function ucwords expects string, mixed given\\.$#"
count: 1
path: application/controllers/NavigationController.php
-
message: "#^Parameter \\#1 \\$string of function sha1 expects string, mixed given\\.$#"
count: 1
path: application/forms/Config/Resource/SshResourceForm.php
-
message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
count: 1
path: application/forms/Config/User/CreateMembershipForm.php
-
message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
count: 1
path: application/forms/Config/UserBackendReorderForm.php
-
message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
count: 1
path: application/forms/Config/UserGroup/AddMemberForm.php
-
message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
count: 1
path: application/forms/Config/UserGroup/AddMemberForm.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 1
path: application/forms/Config/UserGroup/DbUserGroupBackendForm.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 2
path: application/forms/Config/UserGroup/LdapUserGroupBackendForm.php
-
message: "#^Parameter \\#2 \\$array of function implode expects array\\|null, mixed given\\.$#"
count: 2
path: application/forms/Navigation/NavigationConfigForm.php
-
message: "#^Parameter \\#2 \\$string of function explode expects string, TKey of int\\|string given\\.$#"
count: 2
path: application/forms/Security/RoleForm.php
-
message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
count: 1
path: library/Icinga/Application/ApplicationBootstrap.php
-
message: "#^Parameter \\#1 \\$callback of function spl_autoload_register expects \\(callable\\(string\\)\\: void\\)\\|null, array\\{\\$this\\(Icinga\\\\Application\\\\ClassLoader\\), 'loadClass'\\} given\\.$#"
count: 1
path: library/Icinga/Application/ClassLoader.php
-
message: "#^Parameter \\#2 \\$offset of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
count: 1
path: library/Icinga/Application/ClassLoader.php
-
message: "#^Parameter \\#3 \\$length of function substr expects int\\|null, int\\<0, max\\>\\|false given\\.$#"
count: 2
path: library/Icinga/Application/ClassLoader.php
-
message: "#^Parameter \\#3 \\$length of function substr expects int\\|null, int\\<0, max\\>\\|false given\\.$#"
count: 1
path: library/Icinga/Application/Hook/HealthHook.php
-
message: "#^Parameter \\#2 \\$values of function vsprintf expects array\\<bool\\|float\\|int\\|string\\|null\\>, array\\<int, mixed\\> given\\.$#"
count: 1
path: library/Icinga/Application/Hook/TicketHook.php
-
message: "#^Parameter \\#1 \\$string of function ltrim expects string, string\\|false given\\.$#"
count: 1
path: library/Icinga/Application/Libraries/Library.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 2
path: library/Icinga/Application/Logger.php
-
message: "#^Parameter \\#1 \\$string of function strtoupper expects string, mixed given\\.$#"
count: 1
path: library/Icinga/Application/Logger.php
-
message: "#^Parameter \\#1 \\$dir_handle of function closedir expects resource\\|null, resource\\|false given\\.$#"
count: 1
path: library/Icinga/Application/Modules/Module.php
-
message: "#^Parameter \\#1 \\$dir_handle of function readdir expects resource\\|null, resource\\|false given\\.$#"
count: 1
path: library/Icinga/Application/Modules/Module.php
-
message: "#^Parameter \\#1 \\$string of function rtrim expects string, array\\|string\\|false given\\.$#"
count: 1
path: library/Icinga/Application/Modules/Module.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\<int, string\\>\\|false given\\.$#"
count: 1
path: library/Icinga/Application/Modules/Module.php
-
message: "#^Parameter \\#1 \\$callback of function call_user_func expects callable\\(\\)\\: mixed, array\\{\\$this\\(Icinga\\\\Application\\\\Modules\\\\NavigationItemContainer\\), string\\} given\\.$#"
count: 1
path: library/Icinga/Application/Modules/NavigationItemContainer.php
-
message: "#^Parameter \\#1 \\$array of function array_shift expects array, array\\<int, string\\>\\|false given\\.$#"
count: 1
path: library/Icinga/Application/Platform.php
-
message: "#^Parameter \\#1 \\$array of function array_flip expects array\\<int\\|string\\>, array\\<int, string\\>\\|false given\\.$#"
count: 1
path: library/Icinga/Application/Test.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 1
path: library/Icinga/Authentication/User/UserBackend.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 1
path: library/Icinga/Authentication/UserGroup/UserGroupBackend.php
-
message: "#^Parameter \\#1 \\$num of function round expects float\\|int, int\\|string given\\.$#"
count: 1
path: library/Icinga/Chart/Donut.php
-
message: "#^Parameter \\#1 \\$string of function strip_tags expects string, mixed given\\.$#"
count: 1
path: library/Icinga/Chart/Graph/Tooltip.php
-
message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, Icinga\\\\Chart\\\\Graph\\\\Tooltip given\\.$#"
count: 1
path: library/Icinga/Chart/GridChart.php
-
message: "#^Parameter \\#1 \\$array of function array_values expects array, array\\|false given\\.$#"
count: 1
path: library/Icinga/Cli/Loader.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\|false given\\.$#"
count: 1
path: library/Icinga/Cli/Loader.php
-
message: "#^Parameter \\#2 \\$times of function str_repeat expects int, float given\\.$#"
count: 1
path: library/Icinga/Cli/Screen.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 1
path: library/Icinga/Data/Db/DbConnection.php
-
message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
count: 1
path: library/Icinga/Data/Db/DbConnection.php
-
message: "#^Parameter \\#3 \\$length of function substr expects int\\|null, int\\|false given\\.$#"
count: 1
path: library/Icinga/Data/Filter/Filter.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, bool\\|float\\|int\\|string given\\.$#"
count: 1
path: library/Icinga/Data/Filter/FilterExpression.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 1
path: library/Icinga/Data/ResourceFactory.php
-
message: "#^Parameter \\#1 \\$callback of function call_user_func_array expects callable\\(\\)\\: mixed, 'parent\\:\\:__construct' given\\.$#"
count: 1
path: library/Icinga/Exception/Http/HttpException.php
-
message: "#^Parameter \\#2 \\$values of function vsprintf expects array\\<bool\\|float\\|int\\|string\\|null\\>, array\\<int, mixed\\> given\\.$#"
count: 1
path: library/Icinga/Exception/IcingaException.php
-
message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|false given\\.$#"
count: 1
path: library/Icinga/File/Ini/IniWriter.php
-
message: "#^Parameter \\#1 \\$array of function array_splice expects array, array\\<int\\|string, mixed\\>\\|false given\\.$#"
count: 2
path: library/Icinga/File/Storage/LocalFileStorage.php
-
message: "#^Parameter \\#1 \\$stream of function fclose expects resource, resource\\|false given\\.$#"
count: 1
path: library/Icinga/File/Storage/LocalFileStorage.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\<int\\|string, mixed\\>\\|false given\\.$#"
count: 1
path: library/Icinga/File/Storage/LocalFileStorage.php
-
message: "#^Parameter \\#1 \\$directory of function rmdir expects string, mixed given\\.$#"
count: 1
path: library/Icinga/File/Storage/TemporaryLocalFileStorage.php
-
message: "#^Function ldap_control_paged_result not found\\.$#"
count: 2
path: library/Icinga/Protocol/Ldap/LdapConnection.php
-
message: "#^Function ldap_control_paged_result_response not found\\.$#"
count: 1
path: library/Icinga/Protocol/Ldap/LdapConnection.php
-
message: "#^Parameter \\#1 \\$object of function get_object_vars expects object, mixed given\\.$#"
count: 1
path: library/Icinga/Protocol/Ldap/LdapConnection.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 1
path: library/Icinga/Protocol/Ldap/LdapConnection.php
-
message: "#^Parameter \\#4 \\$attributes of callable 'ldap_list'\\|'ldap_read'\\|'ldap_search' expects array, array\\|null given\\.$#"
count: 2
path: library/Icinga/Protocol/Ldap/LdapConnection.php
-
message: "#^Parameter \\#1 \\$codepoint of function chr expects int, float\\|int given\\.$#"
count: 1
path: library/Icinga/Protocol/Ldap/LdapUtils.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 2
path: library/Icinga/Protocol/Ldap/Root.php
-
message: "#^Parameter \\#2 \\$timestamp of function date expects int\\|null, float\\|int\\|string given\\.$#"
count: 1
path: library/Icinga/Repository/Repository.php
-
message: "#^Parameter \\#1 \\$array of function natcasesort expects array, array\\<int, string\\>\\|false given\\.$#"
count: 1
path: library/Icinga/Util/DirectoryIterator.php
-
message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#"
count: 1
path: library/Icinga/Util/StringHelper.php
-
message: "#^Parameter \\#1 \\$separator of function explode expects non\\-empty\\-string, string given\\.$#"
count: 2
path: library/Icinga/Util/StringHelper.php
-
message: "#^Parameter \\#2 \\$offset of function substr expects int, float given\\.$#"
count: 1
path: library/Icinga/Util/StringHelper.php
-
message: "#^Parameter \\#3 \\$length of function substr expects int\\|null, float given\\.$#"
count: 1
path: library/Icinga/Util/StringHelper.php
-
message: "#^Parameter \\#1 \\$callback of function call_user_func_array expects callable\\(\\)\\: mixed, array\\{\\$this\\(Icinga\\\\Web\\\\Controller\\\\ActionController\\), non\\-falsy\\-string\\} given\\.$#"
count: 1
path: library/Icinga/Web/Controller/ActionController.php
-
message: "#^Parameter \\#1 \\$string of function base64_encode expects string, string\\|false given\\.$#"
count: 1
path: library/Icinga/Web/Controller/ActionController.php
-
message: "#^Parameter \\#1 \\$string of function rawurlencode expects string, null given\\.$#"
count: 1
path: library/Icinga/Web/Controller/ActionController.php
-
message: "#^Parameter \\#2 \\$args of function call_user_func_array expects array\\<int\\|string, mixed\\>, mixed given\\.$#"
count: 1
path: library/Icinga/Web/Controller/ActionController.php
-
message: "#^Parameter \\#1 \\$string of function str_pad expects string, int given\\.$#"
count: 1
path: library/Icinga/Web/Controller/StaticController.php
-
message: "#^Parameter \\#2 \\$permissions of function mkdir expects int, float\\|int given\\.$#"
count: 2
path: library/Icinga/Web/FileCache.php
-
message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#"
count: 1
path: library/Icinga/Web/Form.php
-
message: "#^Parameter \\#3 \\$length of function substr expects int\\|null, int\\|false given\\.$#"
count: 1
path: library/Icinga/Web/Form/Element/DateTimePicker.php
-
message: "#^Parameter \\#3 \\$length of function substr expects int\\|null, int\\|false given\\.$#"
count: 1
path: library/Icinga/Web/Form/Validator/DateTimeValidator.php
-
message: "#^Parameter \\#1 \\$string of function ltrim expects string, bool\\|string given\\.$#"
count: 1
path: library/Icinga/Web/JavaScript.php
-
message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|false given\\.$#"
count: 1
path: library/Icinga/Web/JavaScript.php
-
message: "#^Parameter \\#2 \\$replacement of function preg_replace expects array\\|string, int given\\.$#"
count: 1
path: library/Icinga/Web/Navigation/Navigation.php
-
message: "#^Parameter \\#2 \\$timestamp of function date expects int\\|null, int\\|false given\\.$#"
count: 1
path: library/Icinga/Web/Widget/Chart/HistoryColorGrid.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 1
path: library/Icinga/Web/Widget/SortBox.php
-
message: "#^Parameter \\#1 \\$string of function substr_replace expects array\\|string, string\\|false given\\.$#"
count: 1
path: modules/doc/library/Doc/Renderer/DocSectionRenderer.php
-
message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#"
count: 1
path: modules/doc/library/Doc/Renderer/DocSectionRenderer.php
-
message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|false given\\.$#"
count: 1
path: modules/migrate/application/clicommands/ConfigCommand.php
-
message: "#^Parameter \\#1 \\$from of function rename expects string, int\\|string given\\.$#"
count: 1
path: modules/migrate/library/Migrate/Config/UserDomainMigration.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 2
path: modules/migrate/library/Migrate/Config/UserDomainMigration.php
-
message: "#^Parameter \\#1 \\$string of function ucfirst expects string, string\\|null given\\.$#"
count: 1
path: modules/monitoring/application/clicommands/ListCommand.php
-
message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, array\\<array\\<string\\>\\>\\|null given\\.$#"
count: 1
path: modules/monitoring/application/controllers/EventController.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 2
path: modules/monitoring/application/controllers/ListController.php
-
message: "#^Parameter \\#1 \\$datetime of function strtotime expects string, mixed given\\.$#"
count: 2
path: modules/monitoring/application/controllers/TimelineController.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\|ArrayAccess\\|Traversable given\\.$#"
count: 2
path: modules/monitoring/application/forms/Command/Object/AcknowledgeProblemCommandForm.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\|ArrayAccess\\|Traversable given\\.$#"
count: 2
path: modules/monitoring/application/forms/Command/Object/AddCommentCommandForm.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\|ArrayAccess\\|Traversable given\\.$#"
count: 1
path: modules/monitoring/application/forms/Command/Object/CheckNowCommandForm.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\|ArrayAccess\\|Traversable given\\.$#"
count: 2
path: modules/monitoring/application/forms/Command/Object/ProcessCheckResultCommandForm.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\|ArrayAccess\\|Traversable given\\.$#"
count: 3
path: modules/monitoring/application/forms/Command/Object/RemoveAcknowledgementCommandForm.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\|ArrayAccess\\|Traversable given\\.$#"
count: 1
path: modules/monitoring/application/forms/Command/Object/ScheduleHostCheckCommandForm.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 1
path: modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\|ArrayAccess\\|Traversable given\\.$#"
count: 1
path: modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\|ArrayAccess\\|Traversable given\\.$#"
count: 2
path: modules/monitoring/application/forms/Command/Object/ScheduleServiceCheckCommandForm.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\|ArrayAccess\\|Traversable given\\.$#"
count: 2
path: modules/monitoring/application/forms/Command/Object/ScheduleServiceDowntimeCommandForm.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\|ArrayAccess\\|Traversable given\\.$#"
count: 2
path: modules/monitoring/application/forms/Command/Object/SendCustomNotificationCommandForm.php
-
message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
count: 1
path: modules/monitoring/application/forms/Config/TransportReorderForm.php
-
message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#"
count: 1
path: modules/monitoring/application/views/helpers/PluginOutput.php
-
message: "#^Parameter \\#1 \\$string of function urlencode expects string, array\\|string given\\.$#"
count: 1
path: modules/monitoring/application/views/helpers/PluginOutput.php
-
message: "#^Parameter \\#1 \\$array of function array_keys expects array, \\(float\\|int\\) given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Backend/Ido/Query/CommentQuery.php
-
message: "#^Parameter \\#1 \\$array of function array_keys expects array, \\(float\\|int\\) given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Backend/Ido/Query/CommentdeletionhistoryQuery.php
-
message: "#^Parameter \\#1 \\$array of function array_keys expects array, \\(float\\|int\\) given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Backend/Ido/Query/CommenthistoryQuery.php
-
message: "#^Parameter \\#1 \\$array of function array_keys expects array, \\(float\\|int\\) given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Backend/Ido/Query/DowntimeQuery.php
-
message: "#^Parameter \\#1 \\$array of function array_keys expects array, \\(float\\|int\\) given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Backend/Ido/Query/DowntimeendhistoryQuery.php
-
message: "#^Parameter \\#1 \\$array of function array_keys expects array, \\(float\\|int\\) given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Backend/Ido/Query/DowntimestarthistoryQuery.php
-
message: "#^Parameter \\#1 \\$array of function array_keys expects array, \\(float\\|int\\) given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Backend/Ido/Query/FlappingendhistoryQuery.php
-
message: "#^Parameter \\#1 \\$array of function array_keys expects array, \\(float\\|int\\) given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Backend/Ido/Query/FlappingstarthistoryQuery.php
-
message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Backend/Ido/Query/IdoQuery.php
-
message: "#^Parameter \\#1 \\$array of function array_keys expects array, \\(float\\|int\\) given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Backend/Ido/Query/StatehistoryQuery.php
-
message: "#^Parameter \\#1 \\$array of function array_pop expects array, array\\<int, string\\>\\|false given\\.$#"
count: 2
path: modules/monitoring/library/Monitoring/Backend/MonitoringBackend.php
-
message: "#^Parameter \\#1 \\$array of function array_pop expects array, mixed given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Command/Transport/ApiCommandTransport.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Command/Transport/CommandTransport.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Controller.php
-
message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Object/MonitoredObject.php
-
message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, array\\<string, int\\|string\\>\\|false given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Web/Rest/RestRequest.php
-
message: "#^Parameter \\#1 \\$array of function key expects array\\|object, mixed given\\.$#"
count: 1
path: modules/monitoring/library/Monitoring/Web/Widget/CustomVarTable.php
-
message: "#^Parameter \\#1 \\$filename of function file_put_contents expects string, mixed given\\.$#"
count: 1
path: modules/setup/application/clicommands/ConfigCommand.php
-
message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
count: 7
path: modules/setup/application/clicommands/ConfigCommand.php
-
message: "#^Parameter \\#2 \\$permissions of function chmod expects int, float\\|int given\\.$#"
count: 1
path: modules/setup/application/clicommands/ConfigCommand.php
-
message: "#^Parameter \\#1 \\$string of function md5 expects string, int\\<0, max\\> given\\.$#"
count: 1
path: modules/setup/application/clicommands/TokenCommand.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
count: 1
path: modules/setup/library/Setup/Requirement/OSRequirement.php
-
message: "#^Parameter \\#1 \\$string of function ucfirst expects string, mixed given\\.$#"
count: 1
path: modules/setup/library/Setup/Requirement/OSRequirement.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\|null given\\.$#"
count: 1
path: modules/setup/library/Setup/Utils/DbTool.php
-
message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|false given\\.$#"
count: 1
path: modules/setup/library/Setup/Web/Form/Validator/TokenValidator.php
-
message: "#^Parameter \\#1 \\$callback of function ob_start expects callable\\(\\)\\: mixed, null given\\.$#"
count: 1
path: modules/translation/library/Translation/Cli/ArrayToTextTableHelper.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, int given\\.$#"
count: 1
path: modules/translation/library/Translation/Cli/ArrayToTextTableHelper.php
-
message: "#^Parameter \\#2 \\$offset of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
count: 1
path: modules/translation/library/Translation/Util/GettextTranslationHelper.php
-
message: "#^Parameter \\#3 \\$length of function substr expects int\\|null, int\\|false given\\.$#"
count: 1
path: modules/translation/library/Translation/Util/GettextTranslationHelper.php