Completed
Push — master ( ce6809...9d322b )
by Meng
02:26
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 &$outputHeaders = null)
34 34
     {
35 35
         return \GuzzleHttp\Promise\coroutine(
36
-            function () use ($name, $arguments, $options, $inputHeaders, &$outputHeaders) {
36
+            function() use ($name, $arguments, $options, $inputHeaders, &$outputHeaders) {
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.