forked from Icinga/icingaweb2-module-graphite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline-7x.neon
36 lines (30 loc) · 1.29 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
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$str of function urldecode expects string, mixed given\\.$#"
count: 1
path: application/controllers/HostsController.php
-
message: "#^Parameter \\#1 \\$str of function urldecode expects string, mixed given\\.$#"
count: 1
path: application/controllers/ServicesController.php
-
message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
count: 1
path: library/Graphite/Util/MacroTemplate.php
-
message: "#^Cannot access offset int on non\\-empty\\-array\\<int, string\\>\\|false\\.$#"
count: 1
path: library/Graphite/Util/MacroTemplate.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, array\\<int, string\\>\\|false given\\.$#"
count: 1
path: library/Graphite/Util/MacroTemplate.php
-
message: "#^Property Icinga\\\\Module\\\\Graphite\\\\Util\\\\MacroTemplate\\:\\:\\$template \\(array\\<string\\>\\) does not accept array\\<int, string\\>\\|false\\.$#"
count: 1
path: library/Graphite/Util/MacroTemplate.php
-
message: "#^Parameter \\#1 \\$str of function strtolower expects string, mixed given\\.$#"
count: 1
path: library/Graphite/Web/Controller/MonitoringAwareController.php