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 ef9c99f commit ffc4388Copy full SHA for ffc4388
composer.json
@@ -44,7 +44,7 @@
44
"@cs",
45
"@phpstan"
46
],
47
- "phpstan": "vendor/bin/phpstan analyze ./src ./tests -c phpstan.neon --ansi --level 7",
+ "phpstan": "vendor/bin/phpstan analyze -c phpstan.neon --ansi",
48
"tests": "vendor/bin/phpunit",
49
"tests-ci": "mkdir -p reports && php -dxdebug.coverage_enable=1 vendor/bin/phpunit -c phpunit.xml.dist",
50
"cs": "vendor/bin/ecs check --ansi src/ tests/",
phpstan.neon
@@ -1,2 +1,6 @@
1
parameters:
2
checkMissingIterableValueType: false
3
+ level: 7
4
+ paths:
5
+ - src/
6
+ - tests/
0 commit comments