Skip to content

Commit

Permalink
Improve phpstan configuration (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Dec 2, 2024
1 parent eb2b351 commit 8332ae9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
parameters:
level: 7
reportUnmatchedIgnoredErrors: false
bootstrapFiles:
- %currentWorkingDirectory%/vendor/squizlabs/php_codesniffer/autoload.php
- vendor/squizlabs/php_codesniffer/autoload.php
paths:
- %currentWorkingDirectory%/VariableAnalysis/
excludePaths:
- %currentWorkingDirectory%/Tests/
ignoreErrors:
- '~^Constant T_\w+ not found.$~'
- VariableAnalysis/

0 comments on commit 8332ae9

Please sign in to comment.