Skip to content

Commit 697ac55

Browse files
authored
Merge pull request #14 from php-api-clients/dependabot/composer/friendsofphp/php-cs-fixer-2.14.0
Bump friendsofphp/php-cs-fixer from 2.8.3 to 2.14.0
2 parents 5d009ce + cca89cc commit 697ac55

File tree

6 files changed

+112
-100
lines changed

6 files changed

+112
-100
lines changed

composer.lock

Lines changed: 106 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/connections-async.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
use ApiClients\Client\RabbitMQ\Management\AsyncClient;
44
use ApiClients\Client\RabbitMQ\Management\Resource\ConnectionInterface;
5-
use React\EventLoop\Factory;
65
use function ApiClients\Foundation\resource_pretty_print;
6+
use React\EventLoop\Factory;
77

88
require dirname(__DIR__) . DIRECTORY_SEPARATOR . 'vendor/autoload.php';
99

0 commit comments

Comments
 (0)