|
@@ -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.