|
@@ -5,11 +5,7 @@ |
|
|
block discarded – undo |
|
5
|
5
|
use ApiClients\Client\Github\CommandBus\Command\RepositoriesCommand; |
|
6
|
6
|
use ApiClients\Client\Github\CommandBus\Command\RepositoryCommand; |
|
7
|
7
|
use ApiClients\Client\Github\Resource\User as BaseUser; |
|
8
|
|
-use ApiClients\Foundation\Hydrator\CommandBus\Command\HydrateCommand; |
|
9
|
|
-use ApiClients\Foundation\Transport\CommandBus\Command\SimpleRequestCommand; |
|
10
|
|
-use Psr\Http\Message\ResponseInterface; |
|
11
|
8
|
use React\Promise\PromiseInterface; |
|
12
|
|
-use Rx\Observable; |
|
13
|
9
|
use Rx\ObservableInterface; |
|
14
|
10
|
use function ApiClients\Tools\Rx\unwrapObservableFromPromise; |
|
15
|
11
|
|
Please login to merge, or discard this patch.