Skip to content

Commit 0901676

Browse files
committed
Update PHPStan to 2.x
1 parent 0fe9604 commit 0901676

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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.45",
3434
"phan/phan": "^5.4.5",
35-
"phpstan/phpstan": "^1.12",
36-
"phpstan/phpstan-strict-rules": "^1.6",
35+
"phpstan/phpstan": "^2.0",
36+
"phpstan/phpstan-strict-rules": "^2.0",
3737
"phpunit/phpunit": "^9.6.15",
3838
"psalm/plugin-phpunit": "^0.19",
3939
"sabre/event": "^5.1.6",

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
level: max
2+
level: 9
33
bootstrapFiles:
44
- %rootDir%/../../../tests/static_analysis_bootstrap.php
55
paths:

0 commit comments

Comments
 (0)