Skip to content

Commit cfbc3df

Browse files
committed
move level config into phpstan.neon
phpstan/phpstan-doctrine@38fc20d
1 parent e0af191 commit cfbc3df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ 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
3030

3131
.PHONY: phpstan-generate-baseline
3232
phpstan-generate-baseline:
33-
php vendor/bin/phpstan analyse -l 8 -c phpstan.neon src tests -b phpstan-baseline.neon
33+
php vendor/bin/phpstan analyse -c phpstan.neon src tests -b phpstan-baseline.neon

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ includes:
77
- phpstan-baseline.neon
88

99
parameters:
10+
level: 8
1011
reportUnmatchedIgnoredErrors: false
1112

1213
resultCachePath: tmp/resultCache.php

0 commit comments

Comments
 (0)