| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class GetHomeForums extends AbstractController |
||
| 13 | { |
||
| 14 | private UserDataInitHandler $userDataInitHandler; |
||
| 15 | private EntityManagerInterface $em; |
||
| 16 | |||
| 17 | public function __construct(UserDataInitHandler $userDataInitHandler, EntityManagerInterface $em) |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @return mixed |
||
| 25 | * @throws Exception |
||
| 26 | */ |
||
| 27 | public function __invoke(): mixed |
||
| 36 |