Skip to content

Commit 651a11b

Browse files
committed
Fix some phpstan issues
1 parent d001872 commit 651a11b

File tree

4 files changed

+551
-660
lines changed

4 files changed

+551
-660
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"require-dev": {
2828
"phpunit/phpunit": "^9",
2929
"squizlabs/php_codesniffer": "^3.5",
30-
"phpstan/phpstan": "^0.12.52",
31-
"timeweb/phpstan-enum": "^2.2"
30+
"phpstan/phpstan": "^1.8.10",
31+
"timeweb/phpstan-enum": "^3.1"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)