@@ -55,7 +55,7 @@ |
||
55 | 55 | $this->logger->error($e->getTraceAsString()); |
56 | 56 | |
57 | 57 | if(!$e instanceof ClientExceptionInterface){ |
58 | - throw new ClientException('unexpected exception, does not implement "ClientExceptionInterface": '.get_class($e)); // @codeCoverageIgnore |
|
58 | + throw new ClientException('unexpected exception, does not implement "ClientExceptionInterface": '.get_class($e)); // @codeCoverageIgnore |
|
59 | 59 | } |
60 | 60 | |
61 | 61 | /** @noinspection PhpUnhandledExceptionInspection */ |
@@ -32,6 +32,6 @@ |
||
32 | 32 | * @return \Psr\Http\Message\RequestInterface|null an optional replacement request if the previous request failed |
33 | 33 | * @internal |
34 | 34 | */ |
35 | - public function handleResponse(ResponseInterface $response, RequestInterface $request, int $id, array $curl_info):?RequestInterface; |
|
35 | + public function handleResponse(ResponseInterface $response, RequestInterface $request, int $id, array $curl_info): ?RequestInterface; |
|
36 | 36 | |
37 | 37 | } |