Skip to content

Commit

Permalink
Tweak phpstan running
Browse files Browse the repository at this point in the history
  • Loading branch information
casperbakker committed Sep 16, 2023
1 parent c72e5c8 commit 02365e8
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -22,4 +22,4 @@ jobs:
run: composer install --prefer-dist --no-progress --no-interaction

- name: Run analysis
run: vendor/bin/phpstan analyse src --level 4
run: vendor/bin/phpstan --error-format=github --no-progress
4 changes: 4 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
parameters:
paths:
- src
level: 4

0 comments on commit 02365e8

Please sign in to comment.