@@ -3,11 +3,11 @@ |
||
3 | 3 | namespace MovingImage\Client\VMPro\ApiClient; |
4 | 4 | |
5 | 5 | use GuzzleHttp\Message\Response; |
6 | -use MovingImage\Client\VMPro\ApiClient; |
|
7 | -use MovingImage\Client\VMPro\Interfaces\ApiClientInterface; |
|
8 | 6 | use GuzzleHttp\Message\ResponseInterface; |
9 | -use MovingImage\Client\VMPro\Exception; |
|
10 | 7 | use GuzzleHttp\Stream\Stream; |
8 | +use MovingImage\Client\VMPro\ApiClient; |
|
9 | +use MovingImage\Client\VMPro\Exception; |
|
10 | +use MovingImage\Client\VMPro\Interfaces\ApiClientInterface; |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * Class Guzzle5ApiClient. |
@@ -213,7 +213,7 @@ |
||
213 | 213 | * Serializes the provided response to a string, suitable for caching. |
214 | 214 | * The type of the $response argument varies depending on the guzzle version. |
215 | 215 | * |
216 | - * @param mixed $response |
|
216 | + * @param ResponseInterface $response |
|
217 | 217 | * |
218 | 218 | * @return string |
219 | 219 | */ |