| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class Index extends AbstractController |
||
| 10 | { |
||
| 11 | /** @var bool */ |
||
| 12 | protected bool $needAuth = false; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @return ResponseInterface |
||
| 16 | * @throws \DI\DependencyException |
||
| 17 | * @throws \DI\NotFoundException |
||
| 18 | */ |
||
| 19 | 1 | public function indexAction(): ResponseInterface |
|
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return ResponseInterface |
||
| 26 | * @throws \DI\DependencyException |
||
| 27 | * @throws \DI\NotFoundException |
||
| 28 | */ |
||
| 29 | 1 | public function healthcheckAction(): ResponseInterface |
|
| 35 |