@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace EasyHttp\GuzzleLayer; |
4 | 4 | |
5 | -use EasyHttp\GuzzleLayer\Factories\ClientFactory;; |
|
5 | +use EasyHttp\GuzzleLayer\Factories\ClientFactory; ; |
|
6 | 6 | use EasyHttp\LayerContracts\AbstractClient; |
7 | 7 | use EasyHttp\LayerContracts\Contracts\HttpClientAdapter; |
8 | 8 | use EasyHttp\LayerContracts\Contracts\HttpClientRequest; |
@@ -35,7 +35,7 @@ |
||
35 | 35 | $response = $this->toString(); |
36 | 36 | $data = json_decode($response, true); |
37 | 37 | |
38 | - if (! $data) { |
|
38 | + if (!$data) { |
|
39 | 39 | throw new ImpossibleToParseJsonException( |
40 | 40 | 'Service response could not be parsed to JSON, Response: ' . |
41 | 41 | $response . ', Reason: ' . json_last_error() |