Completed
Push — master ( e2224c...ce6809 )
by Meng
02:15
created
src/SoapClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     public function callAsync($name, array $arguments, array $options = null, $inputHeaders = null, array &$output_headers = null)
34 34
     {
35 35
         return \GuzzleHttp\Promise\coroutine(
36
-            function () use ($name, $arguments, $options, $inputHeaders, $output_headers) {
36
+            function() use ($name, $arguments, $options, $inputHeaders, $output_headers) {
37 37
                 /** @var HttpBinding $httpBinding */
38 38
                 $httpBinding = (yield $this->deferredHttpBinding);
39 39
                 $request = $httpBinding->request($name, $arguments, $options, $inputHeaders);
Please login to merge, or discard this patch.