|
@@ -42,8 +42,8 @@ |
|
|
block discarded – undo |
|
42
|
42
|
/** @var Client $client */ |
|
43
|
43
|
$client = $this->get($guzzleServiceName); |
|
44
|
44
|
|
|
45
|
|
- $contentType = RequestMethodMapping::$contentTypes[$method]; |
|
46
|
|
- $methodName = RequestMethodMapping::$methodsMapping[$method]; |
|
|
45
|
+ $contentType = RequestMethodMapping::$contentTypes[ $method ]; |
|
|
46
|
+ $methodName = RequestMethodMapping::$methodsMapping[ $method ]; |
|
47
|
47
|
|
|
48
|
48
|
/** @var ResponseInterface $guzzleResponse */ |
|
49
|
49
|
$guzzleResponse = $client->{$method}( |
Please login to merge, or discard this patch.