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 0fe9604 commit 0901676Copy full SHA for 0901676
composer.json
@@ -32,8 +32,8 @@
32
"require-dev": {
33
"ergebnis/composer-normalize": "^2.45",
34
"phan/phan": "^5.4.5",
35
- "phpstan/phpstan": "^1.12",
36
- "phpstan/phpstan-strict-rules": "^1.6",
+ "phpstan/phpstan": "^2.0",
+ "phpstan/phpstan-strict-rules": "^2.0",
37
"phpunit/phpunit": "^9.6.15",
38
"psalm/plugin-phpunit": "^0.19",
39
"sabre/event": "^5.1.6",
phpstan.neon
@@ -1,5 +1,5 @@
1
parameters:
2
- level: max
+ level: 9
3
bootstrapFiles:
4
- %rootDir%/../../../tests/static_analysis_bootstrap.php
5
paths:
0 commit comments