We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56c14f commit a5ba6abCopy full SHA for a5ba6ab
Makefile
@@ -16,4 +16,4 @@ cs-fix:
16
17
.PHONY: phpstan
18
phpstan:
19
- php vendor/bin/phpstan analyse -l 7 -c phpstan.neon src
+ php vendor/bin/phpstan
phpstan.neon
@@ -1,2 +1,7 @@
1
includes:
2
- vendor/phpstan/phpstan-strict-rules/rules.neon
3
+
4
+parameters:
5
+ level: 7
6
+ paths:
7
+ - src
0 commit comments