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 e9fd1d5 commit 69af852Copy full SHA for 69af852
composer.json
@@ -36,7 +36,7 @@
36
},
37
"minimum-stability": "dev",
38
"scripts": {
39
- "phpstan": "phpstan analyse --level 5 --configuration tests/phpstan.neon src",
+ "phpstan": "phpstan analyse",
40
"tester": "tester tests -s"
41
42
"extra": {
phpstan.neon
@@ -0,0 +1,11 @@
1
+parameters:
2
+ level: 5
3
+
4
+ paths:
5
+ - src
6
7
+ treatPhpDocTypesAsCertain: false
8
9
10
+includes:
11
+ - vendor/phpstan/phpstan-nette/extension.neon
tests/phpstan.neon
0 commit comments