Skip to content

Commit d128016

Browse files
committed
Consistent rule level in Makefile
1 parent c7ba7f3 commit d128016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cs-fix:
2626

2727
.PHONY: phpstan
2828
phpstan:
29-
php vendor/bin/phpstan analyse -l 9 -c phpstan.neon src tests
29+
php vendor/bin/phpstan analyse -l 8 -c phpstan.neon src tests
3030

3131
.PHONY: phpstan-generate-baseline
3232
phpstan-generate-baseline:

0 commit comments

Comments
 (0)