-
Notifications
You must be signed in to change notification settings - Fork 22
/
phpstan-baseline-7x.neon
106 lines (86 loc) · 3.68 KB
/
phpstan-baseline-7x.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
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$data of function hex2bin expects string, mixed given\\.$#"
count: 1
path: application/controllers/EventController.php
-
message: "#^Parameter \\#1 \\$str of function md5 expects string, mixed given\\.$#"
count: 1
path: application/forms/RedisConfigForm.php
-
message: "#^Parameter \\#1 \\$stack of function array_pop expects array, mixed given\\.$#"
count: 1
path: library/Icingadb/Command/Transport/ApiCommandTransport.php
-
message: "#^Parameter \\#2 \\.\\.\\.\\$args of function array_merge expects array, mixed given\\.$#"
count: 1
path: library/Icingadb/Common/IcingaRedis.php
-
message: "#^Parameter \\#1 \\$arr1 of function array_diff_key expects array, mixed given\\.$#"
count: 1
path: library/Icingadb/Common/ObjectInspectionDetail.php
-
message: "#^Parameter \\#1 \\$data of function bin2hex expects string, mixed given\\.$#"
count: 1
path: library/Icingadb/Common/ObjectInspectionDetail.php
-
message: "#^Parameter \\#1 \\$str of function strtolower expects string, mixed given\\.$#"
count: 2
path: library/Icingadb/Compat/UrlMigrator.php
-
message: "#^Parameter \\#1 \\$input of function array_keys expects array, mixed given\\.$#"
count: 1
path: library/Icingadb/Data/CsvResultSet.php
-
message: "#^Parameter \\#1 \\$input of function array_values expects array, mixed given\\.$#"
count: 1
path: library/Icingadb/Data/CsvResultSet.php
-
message: "#^Parameter \\#2 \\$str of function explode expects string, mixed given\\.$#"
count: 1
path: library/Icingadb/Data/PivotTable.php
-
message: "#^Parameter \\#1 \\$input of function array_keys expects array, mixed given\\.$#"
count: 1
path: library/Icingadb/Data/VolatileCsvResults.php
-
message: "#^Parameter \\#1 \\$input of function array_values expects array, mixed given\\.$#"
count: 1
path: library/Icingadb/Data/VolatileCsvResults.php
-
message: "#^Parameter \\#2 \\$str of function explode expects string, mixed given\\.$#"
count: 1
path: library/Icingadb/Model/Behavior/ActionAndNoteUrl.php
-
message: "#^Parameter \\#2 \\.\\.\\.\\$args of function array_merge expects array, array\\<int, string\\>\\|false given\\.$#"
count: 1
path: library/Icingadb/Model/CustomvarFlat.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, Icinga\\\\Module\\\\Reporting\\\\ReportData\\|null given\\.$#"
count: 1
path: library/Icingadb/ProvidedHook/Reporting/SlaReport.php
-
message: "#^Parameter \\#1 \\$number of function number_format expects float, float\\|int\\|string given\\.$#"
count: 1
path: library/Icingadb/Util/PerfData.php
-
message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|null given\\.$#"
count: 1
path: library/Icingadb/Util/PluginOutput.php
-
message: "#^Parameter \\#3 \\$encoding of function htmlspecialchars expects string, null given\\.$#"
count: 1
path: library/Icingadb/Util/PluginOutput.php
-
message: "#^Parameter \\#1 \\$str of function trim expects string, mixed given\\.$#"
count: 1
path: library/Icingadb/Web/Controller.php
-
message: "#^Parameter \\#2 \\$str of function explode expects string, mixed given\\.$#"
count: 1
path: library/Icingadb/Web/Controller.php
-
message: "#^Parameter \\#1 \\$objects of method Icinga\\\\Module\\\\Icingadb\\\\Forms\\\\Command\\\\CommandForm\\:\\:setObjects\\(\\) expects array\\<ipl\\\\Orm\\\\Model\\>\\|\\(Countable&Traversable\\<mixed, ipl\\\\Orm\\\\Model\\>\\), array\\<int, null\\>\\|false given\\.$#"
count: 1
path: library/Icingadb/Widget/Detail/MultiselectQuickActions.php