@@ -42,8 +42,8 @@ |
||
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}( |