Passed
Push — develop ( c5522f...7a32b4 )
by Darío
05:21 queued 03:06
created
Category
src/SymfonyResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         $response = $this->toString();
34 34
         $data     = json_decode($response, true);
35 35
 
36
-        if (! $data) {
36
+        if (!$data) {
37 37
             throw new ResponseNotParsedException(
38 38
                 'Service response could not be parsed to JSON, Response: ' .
39 39
                 $response . ', Reason: ' . json_last_error()
Please login to merge, or discard this patch.