Passed
Push — master ( e28c78...3cbe51 )
by Michael
06:04
created
src/HttpClient/HttpClient.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,8 +88,7 @@
 block discarded – undo
88 88
 
89 89
         try {
90 90
             $response = $this->client->request($request);
91
-        }
92
-        catch (ResponseException $exception) {
91
+        } catch (ResponseException $exception) {
93 92
             $responseRaw = $exception->getResponse();
94 93
             $response    = $this->handleResponse($responseRaw);
95 94
 
Please login to merge, or discard this patch.