@@ -270,7 +270,7 @@ |
||
270 | 270 | { |
271 | 271 | $result = $this->requestRaw($uri, $method, $options, $async); |
272 | 272 | |
273 | - $transformer = function ($response) { |
|
273 | + $transformer = function($response) { |
|
274 | 274 | return $this->castResponseToType($response, $this->config->getOption('response_type')); |
275 | 275 | }; |
276 | 276 |