File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
2
3
3
use ApiClients \Client \RabbitMQ \Management \AsyncClient ;
4
- use function ApiClients \Foundation \resource_pretty_print ;
5
4
use ApiClients \Client \RabbitMQ \Management \Resource \ConnectionInterface ;
6
5
use React \EventLoop \Factory ;
7
- use Rx \ Observer \ CallbackObserver ;
6
+ use function ApiClients \ Foundation \ resource_pretty_print ;
8
7
9
8
require dirname (__DIR__ ) . DIRECTORY_SEPARATOR . 'vendor/autoload.php ' ;
10
9
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
2
3
3
use ApiClients \Client \RabbitMQ \Management \AsyncClient ;
4
- use function ApiClients \Foundation \resource_pretty_print ;
5
4
use ApiClients \Client \RabbitMQ \Management \Resource \OverviewInterface ;
6
5
use React \EventLoop \Factory ;
6
+ use function ApiClients \Foundation \resource_pretty_print ;
7
7
8
8
require dirname (__DIR__ ) . DIRECTORY_SEPARATOR . 'vendor/autoload.php ' ;
9
9
You can’t perform that action at this time.
0 commit comments