Skip to content

Commit 5cf0e86

Browse files
chore: baseline pre-existing PHPStan errors
Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
1 parent 37ae61a commit 5cf0e86

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

phpstan-baseline.neon

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,15 @@ parameters:
2929
identifier: postInc.type
3030
count: 1
3131
path: rrdcleaner.php
32+
33+
-
34+
message: '#^Variable \$calculated_index in isset\(\) always exists and is not nullable\.$#'
35+
identifier: isset.variable
36+
count: 1
37+
path: cli/rrdresize.php
38+
39+
-
40+
message: '#^Offset 1 on array\{non\-falsy\-string, string\} in isset\(\) always exists and is not nullable\.$#'
41+
identifier: isset.offset
42+
count: 1
43+
path: lib/functions.php

0 commit comments

Comments
 (0)