Passed
Push — feature/sonar-cloud ( 8595ec )
by Darío
11:01 queued 08:17
created
src/SymfonyResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
         $response = $this->toString();
42 42
         $data     = json_decode($response, true);
43 43
 
44
-        if (! $data) {
44
+        if (!$data) {
45 45
             throw new ImpossibleToParseJsonException(
46 46
                 'Service response could not be parsed to JSON, Response: ' .
47 47
                 $response . ', Reason: ' . json_last_error()
Please login to merge, or discard this patch.