| Total Complexity | 1 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class InfoController |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @OA\Get( |
||
| 17 | * path="/", |
||
| 18 | * summary="Returns info about the API", |
||
| 19 | * description="", |
||
| 20 | * @OA\Response(response="200", description="Success") |
||
| 21 | * ) |
||
| 22 | */ |
||
| 23 | public function index(DataResponseFactoryInterface $responseFactory): ResponseInterface |
||
| 28 |