We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0af191 commit cfbc3dfCopy full SHA for cfbc3df
Makefile
@@ -26,8 +26,8 @@ cs-fix:
26
27
.PHONY: phpstan
28
phpstan:
29
- php vendor/bin/phpstan analyse -l 8 -c phpstan.neon src tests
+ php vendor/bin/phpstan analyse -c phpstan.neon src tests
30
31
.PHONY: phpstan-generate-baseline
32
phpstan-generate-baseline:
33
- php vendor/bin/phpstan analyse -l 8 -c phpstan.neon src tests -b phpstan-baseline.neon
+ php vendor/bin/phpstan analyse -c phpstan.neon src tests -b phpstan-baseline.neon
phpstan.neon
@@ -7,6 +7,7 @@ includes:
7
- phpstan-baseline.neon
8
9
parameters:
10
+ level: 8
11
reportUnmatchedIgnoredErrors: false
12
13
resultCachePath: tmp/resultCache.php
0 commit comments