Skip to content

Commit

Permalink
Remove redundant phpstan level on github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Nov 11, 2024
1 parent 607ea86 commit 8272630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: vendor/bin/phpunit

- name: Run phpstan
run: vendor/bin/phpstan analyze --no-progress --level=5 src/
run: vendor/bin/phpstan analyze --no-progress src/

- name: Validate coding standards
run: vendor/bin/phpcs

0 comments on commit 8272630

Please sign in to comment.