@@ -33,7 +33,7 @@ |
||
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); |