Skip to content

Commit

Permalink
Update PHPStan config
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Apr 27, 2024
1 parent 17c6832 commit 5c163cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PHPStan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Run PHPStan
run: vendor/bin/phpstan analyse app/src/ app/tests/
run: vendor/bin/phpstan analyse
3 changes: 3 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
parameters:
level: 8
paths:
- app/src/
- app/tests/
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '#Dynamic call to static method PHPUnit\\Framework\\.*#'
Expand Down

0 comments on commit 5c163cf

Please sign in to comment.