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.
2 parents a909ad0 + c45927f commit 3029f92Copy full SHA for 3029f92
composer.json
@@ -27,8 +27,8 @@
27
},
28
"require-dev": {
29
"laminas/laminas-coding-standard": "^2.4",
30
- "phpstan/phpstan": "^1.9",
31
- "phpstan/phpstan-webmozart-assert": "^1.2",
+ "phpstan/phpstan": "^2.0",
+ "phpstan/phpstan-webmozart-assert": "^2.0",
32
"phpunit/phpunit": "^10.0",
33
"rector/rector": "dev-main"
34
phpstan.neon
@@ -1,2 +1,5 @@
1
includes:
2
- - vendor/phpstan/phpstan-webmozart-assert/extension.neon
+ - vendor/phpstan/phpstan-webmozart-assert/extension.neon
3
+
4
+parameters:
5
+ treatPhpDocTypesAsCertain: false
0 commit comments