Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Relax PHPStan rules to level 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Oct 20, 2023
1 parent 26ed072 commit 8c86bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ unit: vendor
phpdbg -qrr vendor/bin/phpunit --testdox --coverage-text --coverage-clover=coverage.xml --coverage-html=./report/

static: vendor
vendor/bin/phpstan analyse src --level max
vendor/bin/phpstan analyse src --level 8

watch: vendor
find . -name "*.php" -not -path "./vendor/*" -o -name "*.json" -not -path "./vendor/*" | entr -c make test
Expand Down

0 comments on commit 8c86bf1

Please sign in to comment.