Passed
Pull Request — master (#12)
by
unknown
02:52
created
src/helpers/ApiHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     public static function getResponse(Request $request, ApiSalesforce $service)
24 24
     {
25 25
         try {
26
-            $response = $service->send($request, [ 'timeout' => 0 ]);
26
+            $response = $service->send($request, ['timeout' => 0]);
27 27
         } catch (\Exception $e) {
28 28
             throw new HttpClientException($e->getMessage());
29 29
         }
Please login to merge, or discard this patch.