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