Skip to content

Commit

Permalink
Added MAX_QUALITY option
Browse files Browse the repository at this point in the history
  • Loading branch information
Rpsl committed Dec 24, 2022
1 parent a757680 commit 0edb45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: php --version

- name: PHPStan
run: vendor/bin/phpstan analyse -l 7 ./src ./tests
run: vendor/bin/phpstan analyse -l max ./src ./tests

0 comments on commit 0edb45e

Please sign in to comment.