We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ae61a commit 5cf0e86Copy full SHA for 5cf0e86
phpstan-baseline.neon
@@ -29,3 +29,15 @@ parameters:
29
identifier: postInc.type
30
count: 1
31
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
43
+ path: lib/functions.php
0 commit comments