Completed
Push — master ( 6ea97e...e31493 )
by Haridarshan
06:48 queued 01:48
created
src/HelperFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     public function request(Client $client, $endpoint, $options, $method = 'GET')
68 68
     {
69 69
         try {
70
-			return $client->request($method, $endpoint, [
70
+            return $client->request($method, $endpoint, [
71 71
                 'form_params' => $options
72 72
             ]);
73 73
         } catch (ClientException $exception) {
Please login to merge, or discard this patch.