Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
31 | final class EntryDeleteController implements RequestHandlerInterface |
||
32 | { |
||
33 | use ContainerAwareTrait; |
||
34 | use ResponseFactoryAwareTrait; |
||
35 | |||
36 | /** |
||
37 | * {@inheritDoc} |
||
38 | * |
||
39 | * @param ServerRequestInterface $request |
||
40 | * |
||
41 | * @return ResponseInterface |
||
42 | */ |
||
43 | public function handle(ServerRequestInterface $request) : ResponseInterface |
||
52 |