Completed
Pull Request — master (#4)
by
unknown
02:34
created
src/Http/GuzzleClientAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
             if ($expectJson) {
56 56
                 $result = $response->json();
57 57
             } else {
58
-                $result = [ 'body' => $response->getBody() ];
58
+                $result = ['body' => $response->getBody()];
59 59
             }
60 60
         } catch (BadResponseException $e) {
61 61
             if ($e->getCode() == 400) {
Please login to merge, or discard this patch.