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