Skip to content

Commit

Permalink
dev bump phpcsfixer
Browse files Browse the repository at this point in the history
  • Loading branch information
ToshY committed Aug 31, 2024
1 parent 4490ae9 commit f72795e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"require-dev": {
"rector/rector": "^1.0",
"phpmd/phpmd": "^2.13",
"friendsofphp/php-cs-fixer": "^3.13",
"friendsofphp/php-cs-fixer": "^3.64",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^10.0"
},
Expand Down
1 change: 0 additions & 1 deletion src/Helper/BunnyClientHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use ToshY\BunnyNet\Exception\BunnyClientResponseException;
use ToshY\BunnyNet\Exception\JSONException;
use ToshY\BunnyNet\Model\Client\BunnyClientResponse;

use ToshY\BunnyNet\Model\Client\Interface\BunnyClientResponseInterface;

use const JSON_BIGINT_AS_STRING;
Expand Down

0 comments on commit f72795e

Please sign in to comment.