Skip to content

Commit 330c099

Browse files
committed
TBF
1 parent 1426d22 commit 330c099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"require-dev": {
3030
"friendsofphp/php-cs-fixer": "^3.0",
31-
"phpstan/phpstan": "^1.0",
31+
"phpstan/phpstan": "^1.4",
3232
"phpstan/phpstan-phpunit": "^1.0",
3333
"phpstan/phpstan-strict-rules": "^1.0",
3434
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ includes:
44
- vendor/phpstan/phpstan-strict-rules/rules.neon
55
parameters:
66
checkMissingIterableValueType: false
7-
reportUnmatchedIgnoredErrors: false
7+
reportUnmatchedIgnoredErrors: true
88
treatPhpDocTypesAsCertain: false

0 commit comments

Comments
 (0)