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 95043da commit 1ad7ca9Copy full SHA for 1ad7ca9
composer.json
@@ -30,7 +30,7 @@
30
"pestphp/pest": "^3.8",
31
"php-coveralls/php-coveralls": "^2.0",
32
"php-http/mock-client": "^1.5",
33
- "phpstan/phpstan": "^1.3"
+ "phpstan/phpstan": "^2.1"
34
},
35
"autoload": {
36
"psr-4": {
phpstan.neon.dist
@@ -4,6 +4,4 @@ parameters:
4
5
level: max
6
7
- checkGenericClassInNonGenericObjectType: false
8
- checkMissingIterableValueType: false
9
reportUnmatchedIgnoredErrors: true
0 commit comments