Skip to content

Commit f672556

Browse files
committed
raise minimum PHPStan version
1 parent 971e1e1 commit f672556

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"require-dev": {
3333
"ergebnis/composer-normalize": ">=2.19 <2.30",
3434
"phan/phan": "^5.4.2",
35-
"phpstan/phpstan": "^1.0",
36-
"phpstan/phpstan-strict-rules": "^1.0",
35+
"phpstan/phpstan": "^1.12",
36+
"phpstan/phpstan-strict-rules": "^1.6",
3737
"phpunit/phpunit": "^7.5.20 || ^8.5.36 || ^9.6.15",
3838
"psalm/plugin-phpunit": "^0.18",
3939
"vimeo/psalm": "^4.30"

phpstan.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
paths:
66
- %rootDir%/../../../MO4
77
- %rootDir%/../../../tests
8-
checkMissingIterableValueType: false
8+
ignoreErrors:
9+
- identifier: missingType.iterableValue
910
includes:
1011
- vendor/phpstan/phpstan-strict-rules/rules.neon

0 commit comments

Comments
 (0)