Skip to content

Commit 3ae78ed

Browse files
committed
Bump phpstan from 1.x to 2.1+ and remove unnecessary psalm annotations
1 parent 17344c3 commit 3ae78ed

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"require-dev": {
2020
"friendsofphp/php-cs-fixer": "^3.53",
2121
"jetbrains/phpstorm-attributes": "^1.0",
22-
"phpstan/phpstan": "^2.0",
23-
"phpstan/phpstan-deprecation-rules": "^2.0",
22+
"phpstan/phpstan": "^2.1",
2423
"phpstan/phpstan-strict-rules": "^2.0",
2524
"phpunit/phpunit": "^10.5|^11.0",
2625
"rector/rector": "^1.1",

phpstan.neon

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
includes:
22
- phar://phpstan.phar/conf/bleedingEdge.neon
3-
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
43
- vendor/phpstan/phpstan-strict-rules/rules.neon
54
parameters:
65
level: max

0 commit comments

Comments
 (0)