Skip to content

Commit a5ba6ab

Browse files
committed
Configure PHPStan
1 parent e56c14f commit a5ba6ab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ cs-fix:
1616

1717
.PHONY: phpstan
1818
phpstan:
19-
php vendor/bin/phpstan analyse -l 7 -c phpstan.neon src
19+
php vendor/bin/phpstan

phpstan.neon

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
includes:
22
- vendor/phpstan/phpstan-strict-rules/rules.neon
3+
4+
parameters:
5+
level: 7
6+
paths:
7+
- src

0 commit comments

Comments
 (0)