Skip to content

Commit

Permalink
[static-analysis] Bump PHP stan checks to version 1 passing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Bahiirwa committed Jan 15, 2024
1 parent b3bd9e0 commit 1b17dbe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
level: 0
level: 1
paths:
- config.php
- start.php
Expand All @@ -11,4 +11,8 @@ parameters:
ignoreErrors:
-
message: '#will always evaluate to true#'
path: includes/class-fs-plugin-updater.php
path: includes/class-fs-plugin-updater.php
-
message: '#Variable \$VARS might not be defined#'
paths:
- templates/*

0 comments on commit 1b17dbe

Please sign in to comment.