Completed
Push — master ( cb25c0...d1282f )
by Zbigniew
03:13 queued 48s
created
src/Client/GuzzleClient.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
             'Authorization' => sprintf('Bearer %s', $this->bearerToken),
105 105
         ];
106 106
 
107
-       return $this->request($requestMethod, $path, $options);
107
+        return $this->request($requestMethod, $path, $options);
108 108
     }
109 109
 
110 110
     /**
Please login to merge, or discard this patch.