@@ -35,8 +35,7 @@ |
||
| 35 | 35 | { |
| 36 | 36 | $this->host = preg_replace('#/$#', '', $host); |
| 37 | 37 | $this->httpClient = $httpClient ? |
| 38 | - $httpClient : |
|
| 39 | - new \GuzzleHttp\Client(); |
|
| 38 | + $httpClient : new \GuzzleHttp\Client(); |
|
| 40 | 39 | $this->responseHandler = $responseHandler; |
| 41 | 40 | $this->logger = $logger; |
| 42 | 41 | } |