@@ -14,7 +14,7 @@ |
||
14 | 14 | */ |
15 | 15 | public function setFormat(callable $handler): callable |
16 | 16 | { |
17 | - return function (RequestInterface $request, array $options) use ($handler) { |
|
17 | + return function(RequestInterface $request, array $options) use ($handler) { |
|
18 | 18 | return $handler($request->withAddedHeader('Content-Type', 'application/json')->withAddedHeader('Accept', 'application/json'), $options); |
19 | 19 | }; |
20 | 20 | } |