@@ -137,7 +137,7 @@ |
||
137 | 137 | * |
138 | 138 | * @param Exception $exception |
139 | 139 | * |
140 | - * @return mixed |
|
140 | + * @return \Psr\Http\Message\ResponseInterface|null |
|
141 | 141 | * @throws Exception |
142 | 142 | */ |
143 | 143 | private function handleException(Exception $exception) |
@@ -10,8 +10,8 @@ |
||
10 | 10 | use GuzzleHttp\Exception\GuzzleException; |
11 | 11 | use GuzzleHttp\Exception\RequestException; |
12 | 12 | use GuzzleHttp\Exception\ServerException; |
13 | -use GuzzleHttp\Handler\MockHandler; |
|
14 | 13 | use GuzzleHttp\HandlerStack; |
14 | +use GuzzleHttp\Handler\MockHandler; |
|
15 | 15 | use GuzzleHttp\Psr7\Response; |
16 | 16 | |
17 | 17 | class HttpClient |