Skip to content

Commit 2419e91

Browse files
committed
[static-analysis] Bump PHP stan checks to version 1 passing.
1 parent f524ed8 commit 2419e91

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

phpstan.neon

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
level: 0
2+
level: 1
33
paths:
44
- config.php
55
- start.php
@@ -11,4 +11,8 @@ parameters:
1111
ignoreErrors:
1212
-
1313
message: '#will always evaluate to true#'
14-
path: includes/class-fs-plugin-updater.php
14+
path: includes/class-fs-plugin-updater.php
15+
-
16+
message: '#Variable \$VARS might not be defined#'
17+
paths:
18+
- templates/*

0 commit comments

Comments
 (0)