Skip to content

Commit

Permalink
move ignore error section in include section of phpstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
odain-cbd committed Apr 5, 2024
1 parent 8742dac commit 5185cfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/php-static-analysis/config/base.dist.neon
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
includes:
- php-includes/set-php-version-from-process.php # Workaround to set PHP version to the on running the CLI
# for an explanation of the baseline concept, see: https://phpstan.org/user-guide/baseline
#baseline HERE DO NOT REMOVE FOR CI

parameters:
level: 0
#phpVersion: null # Explicitly commented as we rather use the detected version from the above include (`php-includes/target-php-version.php`)
#baseline: ../baselines/baseline.neon
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%' # Open in PHPStorm asit is Combodo's default IDE
bootstrapFiles:
- ../../../approot.inc.php
Expand Down

0 comments on commit 5185cfe

Please sign in to comment.