Passed
Push — master ( 5305bb...5fce34 )
by Darío
01:42 queued 12s
created
src/GuzzleAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         } catch (ConnectException $exception) {
33 33
             throw new HttpConnectionException($exception->getMessage(), (int) $exception->getCode(), $exception);
34 34
         } catch (RequestException $exception) {
35
-            if (! $exception->hasResponse()) {
35
+            if (!$exception->hasResponse()) {
36 36
                 throw new HttpClientException($exception->getMessage(), (int) $exception->getCode(), $exception);
37 37
             }
38 38
 
Please login to merge, or discard this patch.