Total Complexity | 4 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class DeferredResponseFormatter implements MiddlewareInterface |
||
12 | { |
||
13 | private ResponseFormatterInterface $responseFormatter; |
||
14 | |||
15 | public function __construct(ResponseFormatterInterface $responseFormatter) |
||
18 | } |
||
19 | |||
20 | public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
||
30 |