| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | class StatsController extends AbstractController |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Profile. |
||
| 21 | * |
||
| 22 | * @Route("", name="app", methods={"GET"}) |
||
| 23 | * @SWG\Response( |
||
| 24 | * response=200, |
||
| 25 | * description="Returns stats", |
||
| 26 | * ) |
||
| 27 | * @SWG\Tag(name="stats") |
||
| 28 | * @Security(name="Bearer") |
||
| 29 | */ |
||
| 30 | public function stats(DocumentManager $dm): Response |
||
| 39 |