@@ -53,7 +53,7 @@ |
||
53 | 53 | |
54 | 54 | /** |
55 | 55 | * @param LoopInterface $loop |
56 | - * @param Locator|ContainerInterface $locator |
|
56 | + * @param Locator $locator |
|
57 | 57 | * @param Browser $buzz |
58 | 58 | * @param array $options |
59 | 59 | */ |
@@ -3,12 +3,9 @@ |
||
3 | 3 | namespace ApiClients\Foundation\Transport; |
4 | 4 | |
5 | 5 | use ApiClients\Foundation\Middleware\Locator\Locator; |
6 | -use ApiClients\Foundation\Middleware\MiddlewareInterface; |
|
7 | 6 | use ApiClients\Foundation\Middleware\MiddlewareRunner; |
8 | -use ApiClients\Foundation\Transport\CommandBus; |
|
9 | 7 | use Clue\React\Buzz\Browser; |
10 | 8 | use Interop\Container\ContainerInterface; |
11 | -use InvalidArgumentException; |
|
12 | 9 | use Psr\Http\Message\RequestInterface; |
13 | 10 | use Psr\Http\Message\ResponseInterface; |
14 | 11 | use React\EventLoop\LoopInterface; |