@@ -20,7 +20,7 @@ |
||
20 | 20 | |
21 | 21 | public function __invoke(callable $handler): Closure |
22 | 22 | { |
23 | - return function (RequestInterface $request, array $options) use ($handler) { |
|
23 | + return function(RequestInterface $request, array $options) use ($handler) { |
|
24 | 24 | $request = $this->requestSigner->signRequest($request); |
25 | 25 | |
26 | 26 | return $handler($request, $options); |