Completed
Push — master ( 72e1ac...1446a5 )
by Haridarshan
04:15
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.