We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1426d22 commit 330c099Copy full SHA for 330c099
composer.json
@@ -28,7 +28,7 @@
28
},
29
"require-dev": {
30
"friendsofphp/php-cs-fixer": "^3.0",
31
- "phpstan/phpstan": "^1.0",
+ "phpstan/phpstan": "^1.4",
32
"phpstan/phpstan-phpunit": "^1.0",
33
"phpstan/phpstan-strict-rules": "^1.0",
34
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
phpstan.neon
@@ -4,5 +4,5 @@ includes:
4
- vendor/phpstan/phpstan-strict-rules/rules.neon
5
parameters:
6
checkMissingIterableValueType: false
7
- reportUnmatchedIgnoredErrors: false
+ reportUnmatchedIgnoredErrors: true
8
treatPhpDocTypesAsCertain: false
0 commit comments