We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd402ec commit 0e6a7b7Copy full SHA for 0e6a7b7
composer.json
@@ -30,7 +30,7 @@
30
"doctrine/coding-standard": "^11.1|^12.0"
31
},
32
"scripts": {
33
- "phpstan": "phpstan analyse src/ -c phpstan.neon --level=7 --no-progress",
+ "phpstan": "phpstan analyse --no-progress",
34
"cs-check": "phpcs",
35
"cs-fix": "phpcbf",
36
"test": ["@cs-check", "@phpstan", "phpunit"]
phpstan.neon
@@ -1,4 +1,9 @@
1
parameters:
2
+ level: 7
3
+
4
+ paths:
5
+ - src
6
7
ignoreErrors:
8
9
excludePaths:
@@ -7,4 +12,4 @@ parameters:
12
- .phpstan-cache
13
14
#includes:
10
-# - vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
15
+# - vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
0 commit comments