| Total Complexity | 1 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 44 | final class EntryReadController implements RequestHandlerInterface |
||
| 45 | { |
||
| 46 | use ContainerAwareTrait; |
||
| 47 | use ResponseFactoryAwareTrait; |
||
| 48 | |||
| 49 | /** |
||
| 50 | * {@inheritDoc} |
||
| 51 | * |
||
| 52 | * @param ServerRequestInterface $request |
||
| 53 | * |
||
| 54 | * @return ResponseInterface |
||
| 55 | */ |
||
| 56 | public function handle(ServerRequestInterface $request) : ResponseInterface |
||
| 63 |