@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace ApiClients\Foundation\Transport; |
4 | 4 | |
5 | 5 | use ApiClients\Foundation\Hydrator\Hydrator; |
6 | -use ApiClients\Foundation\Transport\CommandBus; |
|
7 | 6 | use GuzzleHttp\Client as GuzzleClient; |
8 | 7 | use GuzzleHttp\Psr7\Request as Psr7Request; |
9 | 8 | use GuzzleHttp\Psr7\Response as Psr7Response; |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | { |
19 | 19 | /** |
20 | 20 | * @param ContainerInterface $container |
21 | - * @param LoopInterface|null $loop |
|
21 | + * @param LoopInterface $loop |
|
22 | 22 | * @param array $options |
23 | 23 | * @return Client |
24 | 24 | */ |
@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | * @param ContainerInterface $container |
66 | 66 | * @param HttpClient $httpClient |
67 | 67 | * @param Resolver $resolver |
68 | - * @param LoopInterface|null $loop |
|
68 | + * @param LoopInterface $loop |
|
69 | 69 | * @param array $options |
70 | 70 | * @return Client |
71 | 71 | */ |