Passed
Branch master (ccfb71)
by Marcel
05:37
created
Category
Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
             'body' => $jsonBody
58 58
         ]);
59 59
 
60
-        if($response->getStatusCode() !== 200) {
60
+        if ($response->getStatusCode() !== 200) {
61 61
             $this->logger->debug(sprintf('Request failed with response code %d', $response->getStatusCode()), [
62 62
                 'response' => $response->getBody()->getContents()
63 63
             ]);
Please login to merge, or discard this patch.