Skip to content

Commit 363c964

Browse files
committed
Improve code to phpstan level 6
1 parent 5bbec5a commit 363c964

54 files changed

Lines changed: 508 additions & 921 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"ext-curl": "*",
2828
"ext-simplexml": "*",
2929
"ext-mbstring": "*",
30+
"ext-json": "*",
3031
"marc-mabe/php-enum": "^v4.7.0"
3132
},
3233
"require-dev": {

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
level: 5
2+
level: 6
33
paths:
44
- src/
55
- tests/

0 commit comments

Comments
 (0)