Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | final class NotFoundHandler implements RequestHandlerInterface |
||
15 | { |
||
16 | public function __construct( |
||
17 | private DataResponseFormatterInterface $formatter, |
||
18 | private DataResponseFactoryInterface $dataResponseFactory, |
||
19 | ) { |
||
20 | } |
||
21 | |||
22 | public function handle(ServerRequestInterface $request): ResponseInterface |
||
28 | ) |
||
29 | ); |
||
32 |