-
-
Notifications
You must be signed in to change notification settings - Fork 438
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
43 lines (37 loc) · 1.05 KB
/
phpstan-baseline.neon
File metadata and controls
43 lines (37 loc) · 1.05 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
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