Passed
Pull Request — develop (#30)
by Darío
04:39 queued 02:18
created
src/GuzzleResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
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()
Please login to merge, or discard this patch.