| Total Complexity | 3 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class GetStats extends AbstractController |
||
| 13 | { |
||
| 14 | protected EntityManagerInterface $em; |
||
| 15 | |||
| 16 | public function __construct(EntityManagerInterface $em) |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param Player $player |
||
| 23 | * @param Request $request |
||
| 24 | * @return mixed |
||
| 25 | */ |
||
| 26 | public function __invoke(Player $player, Request $request): mixed |
||
| 49 |