Skip to content

Commit 1ad7ca9

Browse files
committed
Upgrade to PHPStan 2.x
1 parent 95043da commit 1ad7ca9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"pestphp/pest": "^3.8",
3131
"php-coveralls/php-coveralls": "^2.0",
3232
"php-http/mock-client": "^1.5",
33-
"phpstan/phpstan": "^1.3"
33+
"phpstan/phpstan": "^2.1"
3434
},
3535
"autoload": {
3636
"psr-4": {

phpstan.neon.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ parameters:
44

55
level: max
66

7-
checkGenericClassInNonGenericObjectType: false
8-
checkMissingIterableValueType: false
97
reportUnmatchedIgnoredErrors: true

0 commit comments

Comments
 (0)