summaryrefslogtreecommitdiffstats
path: root/phpstan-baseline.neon
blob: 918a598863b25a20ad58de7e72eef57bd848b41c (plain)
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
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
parameters:
	ignoreErrors:
		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Clicommands\\\\Icinga2Command\\:\\:cartesianProduct\\(\\) has parameter \\$input with no value type specified in iterable type array\\.$#"
			count: 1
			path: application/clicommands/Icinga2Command.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Clicommands\\\\Icinga2Command\\:\\:cartesianProduct\\(\\) return type has no value type specified in iterable type array\\.$#"
			count: 1
			path: application/clicommands/Icinga2Command.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Clicommands\\\\Icinga2Command\\:\\:configAction\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/clicommands/Icinga2Command.php

		-
			message: "#^Parameter \\#1 \\$insecure of method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\GraphiteWebClient\\:\\:setInsecure\\(\\) expects bool, mixed given\\.$#"
			count: 1
			path: application/clicommands/Icinga2Command.php

		-
			message: "#^Parameter \\#1 \\$password of method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\GraphiteWebClient\\:\\:setPassword\\(\\) expects string\\|null, mixed given\\.$#"
			count: 1
			path: application/clicommands/Icinga2Command.php

		-
			message: "#^Parameter \\#1 \\$url of static method Icinga\\\\Web\\\\Url\\:\\:fromPath\\(\\) expects string, mixed given\\.$#"
			count: 1
			path: application/clicommands/Icinga2Command.php

		-
			message: "#^Parameter \\#1 \\$user of method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\GraphiteWebClient\\:\\:setUser\\(\\) expects string\\|null, mixed given\\.$#"
			count: 1
			path: application/clicommands/Icinga2Command.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\ConfigController\\:\\:advancedAction\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/ConfigController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\ConfigController\\:\\:backendAction\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/ConfigController.php

		-
			message: "#^Cannot access offset string on mixed\\.$#"
			count: 2
			path: application/controllers/GraphController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\GraphController\\:\\:hostAction\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/GraphController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\GraphController\\:\\:serviceAction\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/GraphController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\GraphController\\:\\:supplyImage\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/GraphController.php

		-
			message: "#^Parameter \\#1 \\$insecure of method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\GraphiteWebClient\\:\\:setInsecure\\(\\) expects bool, mixed given\\.$#"
			count: 1
			path: application/controllers/GraphController.php

		-
			message: "#^Parameter \\#1 \\$password of method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\GraphiteWebClient\\:\\:setPassword\\(\\) expects string\\|null, mixed given\\.$#"
			count: 1
			path: application/controllers/GraphController.php

		-
			message: "#^Parameter \\#1 \\$url of static method Icinga\\\\Web\\\\Url\\:\\:fromPath\\(\\) expects string, mixed given\\.$#"
			count: 1
			path: application/controllers/GraphController.php

		-
			message: "#^Parameter \\#1 \\$user of method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\GraphiteWebClient\\:\\:setUser\\(\\) expects string\\|null, mixed given\\.$#"
			count: 1
			path: application/controllers/GraphController.php

		-
			message: "#^Parameter \\#2 \\$checkCommand of method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\GraphController\\:\\:supplyImage\\(\\) expects string, mixed given\\.$#"
			count: 2
			path: application/controllers/GraphController.php

		-
			message: "#^Parameter \\#2 \\$value of static method ipl\\\\Stdlib\\\\Filter\\:\\:equal\\(\\) expects array\\|bool\\|float\\|int\\|string, mixed given\\.$#"
			count: 3
			path: application/controllers/GraphController.php

		-
			message: "#^Parameter \\#3 \\$obscuredCheckCommand of method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\GraphController\\:\\:supplyImage\\(\\) expects string\\|null, mixed given\\.$#"
			count: 2
			path: application/controllers/GraphController.php

		-
			message: "#^Property Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\GraphController\\:\\:\\$graphParams \\(array\\<string\\>\\) does not accept array\\.$#"
			count: 1
			path: application/controllers/GraphController.php

		-
			message: "#^Call to an undefined method Icinga\\\\Web\\\\View\\:\\:protectId\\(\\)\\.$#"
			count: 1
			path: application/controllers/HostsController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\HostsController\\:\\:completeAction\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/HostsController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\HostsController\\:\\:indexAction\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/HostsController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\HostsController\\:\\:searchEditorAction\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/HostsController.php

		-
			message: "#^Parameter \\#1 \\$string of function urldecode expects string, mixed given\\.$#"
			count: 1
			path: application/controllers/HostsController.php

		-
			message: "#^Parameter \\#2 \\$value of static method ipl\\\\Stdlib\\\\Filter\\:\\:equal\\(\\) expects array\\|bool\\|float\\|int\\|string, mixed given\\.$#"
			count: 1
			path: application/controllers/HostsController.php

		-
			message: "#^Call to an undefined method Icinga\\\\Web\\\\View\\:\\:protectId\\(\\)\\.$#"
			count: 1
			path: application/controllers/ListController.php

		-
			message: "#^Cannot access property \\$host_name on mixed\\.$#"
			count: 2
			path: application/controllers/ListController.php

		-
			message: "#^Cannot access property \\$service_description on mixed\\.$#"
			count: 1
			path: application/controllers/ListController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\ListController\\:\\:addTitleTab\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/ListController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\ListController\\:\\:filterQuery\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/ListController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\ListController\\:\\:hostsAction\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/ListController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\ListController\\:\\:servicesAction\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/ListController.php

		-
			message: "#^Parameter \\#1 \\$rule of static method ipl\\\\Web\\\\Filter\\\\QueryString\\:\\:render\\(\\) expects ipl\\\\Stdlib\\\\Filter\\\\Rule, ipl\\\\Stdlib\\\\Filter\\\\Rule\\|false given\\.$#"
			count: 2
			path: application/controllers/ListController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\MonitoringGraphController\\:\\:hostAction\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/MonitoringGraphController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\MonitoringGraphController\\:\\:serviceAction\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/MonitoringGraphController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\MonitoringGraphController\\:\\:supplyImage\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/MonitoringGraphController.php

		-
			message: "#^Parameter \\#1 \\$insecure of method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\GraphiteWebClient\\:\\:setInsecure\\(\\) expects bool, mixed given\\.$#"
			count: 1
			path: application/controllers/MonitoringGraphController.php

		-
			message: "#^Parameter \\#1 \\$password of method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\GraphiteWebClient\\:\\:setPassword\\(\\) expects string\\|null, mixed given\\.$#"
			count: 1
			path: application/controllers/MonitoringGraphController.php

		-
			message: "#^Parameter \\#1 \\$url of static method Icinga\\\\Web\\\\Url\\:\\:fromPath\\(\\) expects string, mixed given\\.$#"
			count: 1
			path: application/controllers/MonitoringGraphController.php

		-
			message: "#^Parameter \\#1 \\$user of method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\GraphiteWebClient\\:\\:setUser\\(\\) expects string\\|null, mixed given\\.$#"
			count: 1
			path: application/controllers/MonitoringGraphController.php

		-
			message: "#^Parameter \\#2 \\$host of class Icinga\\\\Module\\\\Monitoring\\\\Object\\\\Host constructor expects string, mixed given\\.$#"
			count: 1
			path: application/controllers/MonitoringGraphController.php

		-
			message: "#^Parameter \\#2 \\$host of class Icinga\\\\Module\\\\Monitoring\\\\Object\\\\Service constructor expects string, mixed given\\.$#"
			count: 1
			path: application/controllers/MonitoringGraphController.php

		-
			message: "#^Parameter \\#3 \\$service of class Icinga\\\\Module\\\\Monitoring\\\\Object\\\\Service constructor expects string, mixed given\\.$#"
			count: 1
			path: application/controllers/MonitoringGraphController.php

		-
			message: "#^Property Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\MonitoringGraphController\\:\\:\\$graphParams \\(array\\<string\\>\\) does not accept array\\.$#"
			count: 1
			path: application/controllers/MonitoringGraphController.php

		-
			message: "#^Call to an undefined method Icinga\\\\Web\\\\View\\:\\:protectId\\(\\)\\.$#"
			count: 1
			path: application/controllers/ServicesController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\ServicesController\\:\\:completeAction\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/ServicesController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\ServicesController\\:\\:indexAction\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/ServicesController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Controllers\\\\ServicesController\\:\\:searchEditorAction\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/controllers/ServicesController.php

		-
			message: "#^Parameter \\#1 \\$string of function urldecode expects string, mixed given\\.$#"
			count: 1
			path: application/controllers/ServicesController.php

		-
			message: "#^Parameter \\#2 \\$value of static method ipl\\\\Stdlib\\\\Filter\\:\\:equal\\(\\) expects array\\|bool\\|float\\|int\\|string, mixed given\\.$#"
			count: 1
			path: application/controllers/ServicesController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Forms\\\\Config\\\\AdvancedForm\\:\\:createElements\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/forms/Config/AdvancedForm.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Forms\\\\Config\\\\AdvancedForm\\:\\:createElements\\(\\) has parameter \\$formData with no value type specified in iterable type array\\.$#"
			count: 1
			path: application/forms/Config/AdvancedForm.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Forms\\\\Config\\\\BackendForm\\:\\:createElements\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/forms/Config/BackendForm.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Forms\\\\Config\\\\BackendForm\\:\\:createElements\\(\\) has parameter \\$formData with no value type specified in iterable type array\\.$#"
			count: 1
			path: application/forms/Config/BackendForm.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Forms\\\\TimeRangePicker\\\\CommonForm\\:\\:createElements\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CommonForm.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Forms\\\\TimeRangePicker\\\\CommonForm\\:\\:createElements\\(\\) has parameter \\$formData with no value type specified in iterable type array\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CommonForm.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Forms\\\\TimeRangePicker\\\\CommonForm\\:\\:createSelect\\(\\) should return Zend_Form_Element_Select but returns Zend_Form_Element\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CommonForm.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Forms\\\\TimeRangePicker\\\\CommonForm\\:\\:formToUrl\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CommonForm.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Forms\\\\TimeRangePicker\\\\CommonForm\\:\\:urlToForm\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CommonForm.php

		-
			message: "#^Offset \\(int\\|string\\) does not exist on array\\<string\\>\\|null\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CommonForm.php

		-
			message: "#^Cannot access property \\$class on Zend_Form_Element\\|null\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CustomForm.php

		-
			message: "#^Cannot call method getDecorators\\(\\) on Zend_Form_DisplayGroup\\|null\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CustomForm.php

		-
			message: "#^Cannot call method getElements\\(\\) on Zend_Form_DisplayGroup\\|null\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CustomForm.php

		-
			message: "#^Cannot call method setDecorators\\(\\) on Zend_Form_DisplayGroup\\|null\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CustomForm.php

		-
			message: "#^Cannot call method setTimezone\\(\\) on DateTime\\|false\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CustomForm.php

		-
			message: "#^Cannot call method setValue\\(\\) on Zend_Form_Element\\|null\\.$#"
			count: 2
			path: application/forms/TimeRangePicker/CustomForm.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Forms\\\\TimeRangePicker\\\\CustomForm\\:\\:createElements\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CustomForm.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Forms\\\\TimeRangePicker\\\\CustomForm\\:\\:createElements\\(\\) has parameter \\$formData with no value type specified in iterable type array\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CustomForm.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Forms\\\\TimeRangePicker\\\\CustomForm\\:\\:groupDateTime\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CustomForm.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Forms\\\\TimeRangePicker\\\\CustomForm\\:\\:urlToForm\\(\\) has no return type specified\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CustomForm.php

		-
			message: "#^Parameter \\#2 \\$datetime of static method DateTime\\:\\:createFromFormat\\(\\) expects string, mixed given\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CustomForm.php

		-
			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
			count: 1
			path: application/forms/TimeRangePicker/CustomForm.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\Chart\\:\\:serveImage\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Graphing/Chart.php

		-
			message: "#^Call to an undefined method ipl\\\\Stdlib\\\\Filter\\\\Rule\\:\\:getColumn\\(\\)\\.$#"
			count: 1
			path: library/Graphite/Graphing/MetricsQuery.php

		-
			message: "#^Cannot access property \\$results on mixed\\.$#"
			count: 3
			path: library/Graphite/Graphing/MetricsQuery.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\MetricsQuery\\:\\:addFilter\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Graphing/MetricsQuery.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\MetricsQuery\\:\\:applyFilter\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Graphing/MetricsQuery.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\MetricsQuery\\:\\:escapeMetricStep\\(\\) should return string but returns string\\|null\\.$#"
			count: 1
			path: library/Graphite/Graphing/MetricsQuery.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\MetricsQuery\\:\\:fetchAll\\(\\) return type has no value type specified in iterable type array\\.$#"
			count: 1
			path: library/Graphite/Graphing/MetricsQuery.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\MetricsQuery\\:\\:fetchColumn\\(\\) return type has no value type specified in iterable type array\\.$#"
			count: 1
			path: library/Graphite/Graphing/MetricsQuery.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\MetricsQuery\\:\\:fetchPairs\\(\\) return type has no value type specified in iterable type array\\.$#"
			count: 1
			path: library/Graphite/Graphing/MetricsQuery.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\MetricsQuery\\:\\:from\\(\\) has parameter \\$fields with no value type specified in iterable type array\\.$#"
			count: 1
			path: library/Graphite/Graphing/MetricsQuery.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\MetricsQuery\\:\\:getFilter\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Graphing/MetricsQuery.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\MetricsQuery\\:\\:setFilter\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Graphing/MetricsQuery.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\MetricsQuery\\:\\:where\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Graphing/MetricsQuery.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\MetricsQuery\\:\\:where\\(\\) has parameter \\$condition with no type specified\\.$#"
			count: 1
			path: library/Graphite/Graphing/MetricsQuery.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\MetricsQuery\\:\\:where\\(\\) has parameter \\$value with no type specified\\.$#"
			count: 1
			path: library/Graphite/Graphing/MetricsQuery.php

		-
			message: "#^Call to an undefined method Icinga\\\\Data\\\\Fetchable\\:\\:where\\(\\)\\.$#"
			count: 1
			path: library/Graphite/Graphing/Template.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\Template\\:\\:combineMetrics\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Graphing/Template.php

		-
			message: "#^Parameter \\#1 \\$template of class Icinga\\\\Module\\\\Graphite\\\\Util\\\\MacroTemplate constructor expects string, mixed given\\.$#"
			count: 2
			path: library/Graphite/Graphing/Template.php

		-
			message: "#^Parameter \\#1 \\$array of function array_unique expects array, array\\<int, string\\>\\|false given\\.$#"
			count: 1
			path: library/Graphite/Graphing/Templates.php

		-
			message: "#^Parameter \\#1 \\$path of method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\Templates\\:\\:loadIni\\(\\) expects string, mixed given\\.$#"
			count: 1
			path: library/Graphite/Graphing/Templates.php

		-
			message: "#^Parameter \\#1 \\$template of class Icinga\\\\Module\\\\Graphite\\\\Util\\\\MacroTemplate constructor expects string, mixed given\\.$#"
			count: 1
			path: library/Graphite/Graphing/Templates.php

		-
			message: "#^Parameter \\#1 \\$urlParams of method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\Template\\:\\:setUrlParams\\(\\) expects array\\<Icinga\\\\Module\\\\Graphite\\\\Util\\\\MacroTemplate\\>, array\\<Icinga\\\\Module\\\\Graphite\\\\Util\\\\MacroTemplate\\|string\\> given\\.$#"
			count: 1
			path: library/Graphite/Graphing/Templates.php

		-
			message: "#^Property Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\Templates\\:\\:\\$defaultTemplates \\(array\\<Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\Template\\>\\) does not accept array\\<array\\<array\\>\\|Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\Template\\>\\.$#"
			count: 1
			path: library/Graphite/Graphing/Templates.php

		-
			message: "#^Property Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\Templates\\:\\:\\$templates \\(array\\<array\\<Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\Template\\>\\>\\) does not accept array\\<array\\<array\\<array\\>\\|Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\Template\\>\\>\\.$#"
			count: 1
			path: library/Graphite/Graphing/Templates.php

		-
			message: "#^Call to an undefined method Icinga\\\\Application\\\\ApplicationBootstrap\\:\\:getRequest\\(\\)\\.$#"
			count: 1
			path: library/Graphite/ProvidedHook/Icingadb/HostDetailExtension.php

		-
			message: "#^Call to an undefined method Icinga\\\\Application\\\\ApplicationBootstrap\\:\\:getViewRenderer\\(\\)\\.$#"
			count: 1
			path: library/Graphite/ProvidedHook/Icingadb/HostDetailExtension.php

		-
			message: "#^Call to an undefined method Icinga\\\\Web\\\\View\\:\\:protectId\\(\\)\\.$#"
			count: 1
			path: library/Graphite/ProvidedHook/Icingadb/HostDetailExtension.php

		-
			message: "#^Call to an undefined method Icinga\\\\Application\\\\ApplicationBootstrap\\:\\:getRequest\\(\\)\\.$#"
			count: 1
			path: library/Graphite/ProvidedHook/Icingadb/ServiceDetailExtension.php

		-
			message: "#^Call to an undefined method Icinga\\\\Application\\\\ApplicationBootstrap\\:\\:getViewRenderer\\(\\)\\.$#"
			count: 1
			path: library/Graphite/ProvidedHook/Icingadb/ServiceDetailExtension.php

		-
			message: "#^Call to an undefined method Icinga\\\\Web\\\\View\\:\\:protectId\\(\\)\\.$#"
			count: 1
			path: library/Graphite/ProvidedHook/Icingadb/ServiceDetailExtension.php

		-
			message: "#^Call to an undefined method Icinga\\\\Application\\\\ApplicationBootstrap\\:\\:getRequest\\(\\)\\.$#"
			count: 1
			path: library/Graphite/ProvidedHook/Monitoring/DetailviewExtension.php

		-
			message: "#^Call to an undefined method Icinga\\\\Web\\\\View\\:\\:protectId\\(\\)\\.$#"
			count: 1
			path: library/Graphite/ProvidedHook/Monitoring/DetailviewExtension.php

		-
			message: "#^Cannot call method setWidth\\(\\) on Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\|null\\.$#"
			count: 1
			path: library/Graphite/ProvidedHook/Monitoring/DetailviewExtension.php

		-
			message: "#^Property Icinga\\\\Module\\\\Graphite\\\\Util\\\\IcingadbUtils\\:\\:\\$instance has no type specified\\.$#"
			count: 1
			path: library/Graphite/Util/IcingadbUtils.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Util\\\\InternalProcessTracker\\:\\:clear\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Util/InternalProcessTracker.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Util\\\\InternalProcessTracker\\:\\:enable\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Util/InternalProcessTracker.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Util\\\\InternalProcessTracker\\:\\:indent\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Util/InternalProcessTracker.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Util\\\\InternalProcessTracker\\:\\:recordf\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Util/InternalProcessTracker.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Util\\\\InternalProcessTracker\\:\\:unindent\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Util/InternalProcessTracker.php

		-
			message: "#^Parameter \\#1 \\$separator of function explode expects non\\-empty\\-string, string given\\.$#"
			count: 1
			path: library/Graphite/Util/MacroTemplate.php

		-
			message: "#^Cannot cast mixed to int\\.$#"
			count: 2
			path: library/Graphite/Util/TimeRangePickerTools.php

		-
			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
			count: 1
			path: library/Graphite/Util/TimeRangePickerTools.php

		-
			message: "#^Parameter \\#2 \\$value of method Icinga\\\\Web\\\\UrlParams\\:\\:set\\(\\) expects string, mixed given\\.$#"
			count: 1
			path: library/Graphite/Util/TimeRangePickerTools.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Controller\\\\IcingadbGraphiteController\\:\\:moduleInit\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Web/Controller/IcingadbGraphiteController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Controller\\\\MonitoringAwareController\\:\\:handleFormatRequest\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Web/Controller/MonitoringAwareController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Controller\\\\MonitoringAwareController\\:\\:handleFormatRequest\\(\\) has parameter \\$query with no type specified\\.$#"
			count: 1
			path: library/Graphite/Web/Controller/MonitoringAwareController.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Controller\\\\MonitoringAwareController\\:\\:moduleInit\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Web/Controller/MonitoringAwareController.php

		-
			message: "#^Parameter \\#1 \\$name of static method Icinga\\\\Module\\\\Monitoring\\\\Backend\\\\MonitoringBackend\\:\\:instance\\(\\) expects string\\|null, mixed given\\.$#"
			count: 1
			path: library/Graphite/Web/Controller/MonitoringAwareController.php

		-
			message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
			count: 1
			path: library/Graphite/Web/Controller/MonitoringAwareController.php

		-
			message: "#^Parameter \\#1 \\$value of method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Form\\\\Validator\\\\CustomErrorMessagesValidator\\:\\:validate\\(\\) expects string, mixed given\\.$#"
			count: 1
			path: library/Graphite/Web/Form/Validator/CustomErrorMessagesValidator.php

		-
			message: "#^Parameter \\#1 \\$haystack of function strpos expects string, mixed given\\.$#"
			count: 1
			path: library/Graphite/Web/Form/Validator/HttpUserValidator.php

		-
			message: "#^Cannot cast mixed to int\\.$#"
			count: 2
			path: library/Graphite/Web/Widget/GraphImage.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\GraphImage\\:\\:render\\(\\) should return string but returns string\\|null\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/GraphImage.php

		-
			message: "#^Call to an undefined method Icinga\\\\Application\\\\ApplicationBootstrap\\:\\:getRequest\\(\\)\\.$#"
			count: 2
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Call to an undefined method Zend_View_Abstract\\:\\:qlink\\(\\)\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Call to an undefined method Zend_View_Abstract\\:\\:translate\\(\\)\\.$#"
			count: 3
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Cannot access offset string on mixed\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Comparison operation \"\\>\\=\" between int\\<0, max\\> and \\-1 is always true\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\:\\:forIcingadbObject\\(\\) should return static\\(Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\) but returns Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\\\Icingadb\\\\IcingadbHost\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\:\\:forIcingadbObject\\(\\) should return static\\(Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\) but returns Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\\\Icingadb\\\\IcingadbService\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\:\\:forMonitoredObject\\(\\) should return static\\(Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\)\\|null but returns Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\\\Host\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\:\\:forMonitoredObject\\(\\) should return static\\(Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\)\\|null but returns Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\\\Service\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\:\\:getObscuredCheckCommandCustomVar\\(\\) should return string but returns mixed\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\:\\:getRangeFromTimeRangePicker\\(\\) should return array\\<string\\> but returns array\\<int, mixed\\>\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\:\\:getRangeFromTimeRangePicker\\(\\) should return array\\<string\\> but returns array\\<int, string\\|null\\>\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\:\\:render\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Parameter \\#1 \\$array of function implode expects array\\<string\\>, array\\<int, array\\<int, array\\<string\\>\\|Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\InlineGraphImage\\|string\\>\\|string\\> given\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Parameter \\#1 \\$format of function vsprintf expects string, mixed given\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Parameter \\#1 \\$insecure of method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\GraphiteWebClient\\:\\:setInsecure\\(\\) expects bool, mixed given\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Parameter \\#1 \\$password of method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\GraphiteWebClient\\:\\:setPassword\\(\\) expects string\\|null, mixed given\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Parameter \\#1 \\$url of static method Icinga\\\\Web\\\\Url\\:\\:fromPath\\(\\) expects string, mixed given\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Parameter \\#1 \\$user of method Icinga\\\\Module\\\\Graphite\\\\Graphing\\\\GraphiteWebClient\\:\\:setUser\\(\\) expects string\\|null, mixed given\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Part \\$relative \\(mixed\\) of encapsed string cannot be cast to string\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Part \\$view\\-\\>escape\\(\\$e\\-\\>getMessage\\(\\)\\) \\(mixed\\) of encapsed string cannot be cast to string\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Part \\$view\\-\\>escape\\(\\$view\\-\\>translate\\('Graphs assembling process record'\\)\\) \\(mixed\\) of encapsed string cannot be cast to string\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Part \\$view\\-\\>escape\\(\\$view\\-\\>translate\\('No graphs found'\\)\\) \\(mixed\\) of encapsed string cannot be cast to string\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Part \\$view\\-\\>escape\\(\\\\Icinga\\\\Module\\\\Graphite\\\\Util\\\\InternalProcessTracker\\:\\:dump\\(\\)\\) \\(mixed\\) of encapsed string cannot be cast to string\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Property Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\:\\:\\$checkCommand \\(string\\) does not accept mixed\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Property Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\:\\:\\$obscuredCheckCommand \\(string\\|null\\) does not accept mixed\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Static property Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\:\\:\\$obscuredCheckCommandCustomVar \\(string\\) does not accept mixed\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\\\Icingadb\\\\IcingadbHost\\:\\:createHostTitle\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs/Icingadb/IcingadbHost.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\\\Icingadb\\\\IcingadbHost\\:\\:getMonitoredObjectIdentifier\\(\\) should return string but returns mixed\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs/Icingadb/IcingadbHost.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\\\Icingadb\\\\IcingadbHost\\:\\:getObjectType\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs/Icingadb/IcingadbHost.php

		-
			message: "#^Parameter \\#2 \\$value of method Icinga\\\\Web\\\\Url\\:\\:setParam\\(\\) expects array\\|bool\\|string, mixed given\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs/Icingadb/IcingadbHost.php

		-
			message: "#^Cannot access property \\$name on mixed\\.$#"
			count: 4
			path: library/Graphite/Web/Widget/Graphs/Icingadb/IcingadbService.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\\\Icingadb\\\\IcingadbService\\:\\:createHostTitle\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs/Icingadb/IcingadbService.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\\\Icingadb\\\\IcingadbService\\:\\:createServiceTitle\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs/Icingadb/IcingadbService.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\\\Icingadb\\\\IcingadbService\\:\\:designedforObjectType\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs/Icingadb/IcingadbService.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\\\Icingadb\\\\IcingadbService\\:\\:getObjectType\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs/Icingadb/IcingadbService.php

		-
			message: "#^Parameter \\#2 \\$value of method Icinga\\\\Web\\\\Url\\:\\:setParam\\(\\) expects array\\|bool\\|string, mixed given\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/Graphs/Icingadb/IcingadbService.php

		-
			message: "#^Call to an undefined method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\\\Icingadb\\\\IcingadbHost\\|Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\Graphs\\\\Icingadb\\\\IcingadbService\\:\\:createServiceTitle\\(\\)\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/IcingadbGraphs.php

		-
			message: "#^Cannot call method hasResult\\(\\) on iterable\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/IcingadbGraphs.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\IcingadbGraphs\\:\\:assemble\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/IcingadbGraphs.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\IcingadbGraphs\\:\\:createGridItem\\(\\) has no return type specified\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/IcingadbGraphs.php

		-
			message: "#^Method Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\IcingadbGraphs\\:\\:createGridItem\\(\\) has parameter \\$object with no type specified\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/IcingadbGraphs.php

		-
			message: "#^Property Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\IcingadbGraphs\\:\\:\\$objects type has no value type specified in iterable type iterable\\.$#"
			count: 1
			path: library/Graphite/Web/Widget/IcingadbGraphs.php