@@ -53,7 +53,7 @@ |
||
| 53 | 53 | $handler |
| 54 | 54 | ); |
| 55 | 55 | |
| 56 | - $this->client = new RequestHandlerClient( |
|
| 56 | + $this->client = new RequestHandlerClient( |
|
| 57 | 57 | $this->handler, |
| 58 | 58 | $serverRequestFactory |
| 59 | 59 | ); |
@@ -59,7 +59,7 @@ |
||
| 59 | 59 | { |
| 60 | 60 | $dispatcher = $this->dispatcher; |
| 61 | 61 | |
| 62 | - $handler = new CallableHandler(function (ServerRequestInterface $request) use ($dispatcher) { |
|
| 62 | + $handler = new CallableHandler(function(ServerRequestInterface $request) use ($dispatcher) { |
|
| 63 | 63 | return $dispatcher->sendRequest($request); |
| 64 | 64 | }); |
| 65 | 65 | |