@@ -28,8 +28,7 @@ |
||
| 28 | 28 | EntityManagerInterface $em, |
| 29 | 29 | PlayerChartRankingQuery $playerChartRankingQuery, |
| 30 | 30 | EventDispatcherInterface $eventDispatcher |
| 31 | - ) |
|
| 32 | - { |
|
| 31 | + ) { |
|
| 33 | 32 | $this->em = $em; |
| 34 | 33 | $this->playerChartRankingQuery = $playerChartRankingQuery; |
| 35 | 34 | $this->eventDispatcher = $eventDispatcher; |
@@ -30,6 +30,6 @@ |
||
| 30 | 30 | */ |
| 31 | 31 | public function getTitle(Badge $badge): string |
| 32 | 32 | { |
| 33 | - return $badge->getValue() . ' '. $this->getTranslator()->trans('badge.title.' . $badge->getType()); |
|
| 33 | + return $badge->getValue() . ' ' . $this->getTranslator()->trans('badge.title.' . $badge->getType()); |
|
| 34 | 34 | } |
| 35 | 35 | } |