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 2d74eea commit dbd32bdCopy full SHA for dbd32bd
composer.json
@@ -28,7 +28,7 @@
28
},
29
"minimum-stability": "dev",
30
"scripts": {
31
- "phpstan": "phpstan analyse --level 5 src",
+ "phpstan": "phpstan analyse --level 5 --configuration tests/phpstan.neon src",
32
"tester": "tester tests -s"
33
34
"extra": {
tests/phpstan.neon
@@ -0,0 +1,2 @@
1
+parameters:
2
+ treatPhpDocTypesAsCertain: false
0 commit comments