We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4490ae9 commit f72795eCopy full SHA for f72795e
composer.json
@@ -40,7 +40,7 @@
40
"require-dev": {
41
"rector/rector": "^1.0",
42
"phpmd/phpmd": "^2.13",
43
- "friendsofphp/php-cs-fixer": "^3.13",
+ "friendsofphp/php-cs-fixer": "^3.64",
44
"phpstan/phpstan": "^1.9",
45
"phpunit/phpunit": "^10.0"
46
},
src/Helper/BunnyClientHelper.php
@@ -11,7 +11,6 @@
11
use ToshY\BunnyNet\Exception\BunnyClientResponseException;
12
use ToshY\BunnyNet\Exception\JSONException;
13
use ToshY\BunnyNet\Model\Client\BunnyClientResponse;
14
-
15
use ToshY\BunnyNet\Model\Client\Interface\BunnyClientResponseInterface;
16
17
use const JSON_BIGINT_AS_STRING;
0 commit comments