Skip to content

Commit

Permalink
Add phpstan to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Feb 5, 2024
1 parent 8ac92f7 commit 28ac844
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test: lint
vendor/bin/phpunit

.PHONY: lint
lint: cs fixer-dry-run
lint: cs fixer-dry-run phpstan

.PHONY: cs
cs:
Expand All @@ -15,6 +15,10 @@ cs:
cbf:
vendor/bin/phpcbf

.PHONY: phpstan
phpstan:
vendor/bin/phpstan analyse

.PHONY: fix
fix: cbf fixer

Expand Down

0 comments on commit 28ac844

Please sign in to comment.