Skip to content

Commit f72795e

Browse files
committed
dev bump phpcsfixer
1 parent 4490ae9 commit f72795e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"require-dev": {
4141
"rector/rector": "^1.0",
4242
"phpmd/phpmd": "^2.13",
43-
"friendsofphp/php-cs-fixer": "^3.13",
43+
"friendsofphp/php-cs-fixer": "^3.64",
4444
"phpstan/phpstan": "^1.9",
4545
"phpunit/phpunit": "^10.0"
4646
},

src/Helper/BunnyClientHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use ToshY\BunnyNet\Exception\BunnyClientResponseException;
1212
use ToshY\BunnyNet\Exception\JSONException;
1313
use ToshY\BunnyNet\Model\Client\BunnyClientResponse;
14-
1514
use ToshY\BunnyNet\Model\Client\Interface\BunnyClientResponseInterface;
1615

1716
use const JSON_BIGINT_AS_STRING;

0 commit comments

Comments
 (0)