Skip to content

Commit cda1ff8

Browse files
committed
move level config into phpstan.neon
analog phpstan/phpstan-doctrine@38fc20d
1 parent fc5f6aa commit cda1ff8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

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

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

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ includes:
55
- vendor/phpstan/phpstan-phpunit/extension.neon
66

77
parameters:
8+
level: 8
89
resultCachePath: tmp/resultCache.php
910

1011
excludePaths:

0 commit comments

Comments
 (0)