Skip to content

Commit a699230

Browse files
committed
CS fixes
1 parent 49088a6 commit a699230

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/connections-async.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?php declare(strict_types=1);
22

33
use ApiClients\Client\RabbitMQ\Management\AsyncClient;
4-
use function ApiClients\Foundation\resource_pretty_print;
54
use ApiClients\Client\RabbitMQ\Management\Resource\ConnectionInterface;
65
use React\EventLoop\Factory;
7-
use Rx\Observer\CallbackObserver;
6+
use function ApiClients\Foundation\resource_pretty_print;
87

98
require dirname(__DIR__) . DIRECTORY_SEPARATOR . 'vendor/autoload.php';
109

examples/overview-async.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php declare(strict_types=1);
22

33
use ApiClients\Client\RabbitMQ\Management\AsyncClient;
4-
use function ApiClients\Foundation\resource_pretty_print;
54
use ApiClients\Client\RabbitMQ\Management\Resource\OverviewInterface;
65
use React\EventLoop\Factory;
6+
use function ApiClients\Foundation\resource_pretty_print;
77

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

0 commit comments

Comments
 (0)