@@ -12,9 +12,9 @@ |
||
12 | 12 | |
13 | 13 | namespace chillerlan\HTTP; |
14 | 14 | |
15 | -use chillerlan\Traits\ContainerInterface; |
|
16 | 15 | use GuzzleHttp\Client; |
17 | 16 | use Psr\Http\Message\StreamInterface; |
17 | +use chillerlan\Traits\ContainerInterface; |
|
18 | 18 | |
19 | 19 | /** |
20 | 20 | * @property \GuzzleHttp\Client $http |
@@ -20,6 +20,7 @@ |
||
20 | 20 | * HTTPClientInterface constructor. |
21 | 21 | * |
22 | 22 | * @param \chillerlan\Traits\ContainerInterface $options |
23 | + * @return void |
|
23 | 24 | */ |
24 | 25 | public function __construct(ContainerInterface $options); |
25 | 26 |