-
-
Notifications
You must be signed in to change notification settings - Fork 439
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
109 lines (92 loc) · 2.98 KB
/
phpstan-baseline.neon
File metadata and controls
109 lines (92 loc) · 2.98 KB
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
parameters:
ignoreErrors:
-
message: '#^Variable \$argc might not be defined\.$#'
identifier: variable.undefined
count: 1
path: install/cli_check.php
-
message: '#^Variable \$argv might not be defined\.$#'
identifier: variable.undefined
count: 1
path: install/cli_check.php
-
message: '#^Variable \$argv might not be defined\.$#'
identifier: variable.undefined
count: 1
path: install/cli_test.php
-
message: '#^Parameter \#2 \$filter of function filter_var expects int, string given\.$#'
identifier: argument.type
count: 1
path: lib/functions.php
-
message: '#^Cannot use \+\+ on string\.$#'
identifier: postInc.type
count: 1
path: rrdcleaner.php
-
message: '#^Variable \$calculated_index in isset\(\) always exists and is not nullable\.$#'
identifier: isset.variable
count: 1
path: cli/rrdresize.php
-
message: '#^Offset 1 on array\{non\-falsy\-string, string\} in isset\(\) always exists and is not nullable\.$#'
identifier: isset.offset
count: 1
path: lib/functions.php
-
message: '#^Undefined variable\: \$graph_template_item_id$#'
identifier: variable.undefined
count: 1
path: aggregate_graphs.php
-
message: '#^Variable \$graph_template_item_id in empty\(\) is never defined\.$#'
identifier: empty.variable
count: 1
path: aggregate_graphs.php
-
message: '#^Undefined variable\: \$color_template_item_id$#'
identifier: variable.undefined
count: 1
path: color_templates.php
-
message: '#^Variable \$color_template_item_id in empty\(\) is never defined\.$#'
identifier: empty.variable
count: 1
path: color_templates.php
-
message: '#^Undefined variable\: \$graph_template_item_id$#'
identifier: variable.undefined
count: 1
path: graph_templates.php
-
message: '#^Variable \$graph_template_item_id in empty\(\) is never defined\.$#'
identifier: empty.variable
count: 1
path: graph_templates.php
-
message: '#^Undefined variable\: \$graph_template_item_id$#'
identifier: variable.undefined
count: 1
path: graphs.php
-
message: '#^Variable \$graph_template_item_id in empty\(\) is never defined\.$#'
identifier: empty.variable
count: 1
path: graphs.php
-
message: '#^Offset ''image'' on array\{title\: string, image\: string, id\: ''tree'', url\: ''graph_view\.php…'', selected\?\: true\} in isset\(\) always exists and is not nullable\.$#'
identifier: isset.offset
count: 1
path: lib/html.php
-
message: '#^Offset ''image'' on array\{title\: string, image\: string, id\: ''list'', url\: ''graph_view\.php…'', selected\?\: true\} in isset\(\) always exists and is not nullable\.$#'
identifier: isset.offset
count: 1
path: lib/html.php
-
message: '#^Offset ''image'' on array\{title\: string, image\: string, id\: ''preview'', url\: ''graph_view\.php…'', selected\?\: true\} in isset\(\) always exists and is not nullable\.$#'
identifier: isset.offset
count: 1
path: lib/html.php