@@ -11,7 +11,7 @@ |
||
| 11 | 11 | |
| 12 | 12 | class StatsController extends AbstractController |
| 13 | 13 | { |
| 14 | - protected EntityManagerInterface $em; |
|
| 14 | + protected EntityManagerInterface $em; |
|
| 15 | 15 | |
| 16 | 16 | public function __construct(EntityManagerInterface $em) |
| 17 | 17 | { |
@@ -16,7 +16,8 @@ |
||
| 16 | 16 | { |
| 17 | 17 | private GameManager $gameManager; |
| 18 | 18 | |
| 19 | - public function __construct(GameManager $gameManager) { |
|
| 19 | + public function __construct(GameManager $gameManager) |
|
| 20 | + { |
|
| 20 | 21 | $this->gameManager = $gameManager; |
| 21 | 22 | } |
| 22 | 23 | |
@@ -49,9 +49,9 @@ |
||
| 49 | 49 | $this->teamMasterBadgeHandler->process($event->getGame()); |
| 50 | 50 | } |
| 51 | 51 | |
| 52 | - /** |
|
| 53 | - * @param GameEvent $event |
|
| 54 | - */ |
|
| 52 | + /** |
|
| 53 | + * @param GameEvent $event |
|
| 54 | + */ |
|
| 55 | 55 | public function majGame(GameEvent $event) |
| 56 | 56 | { |
| 57 | 57 | $this->gameManager->maj($event->getGame()); |