@@ -150,7 +150,7 @@ |
||
150 | 150 | $avatar = Picture::loadFileFromStream($this->getAvatar($player)); |
151 | 151 | $gamercard->copyResized($avatar, 9, 30, 0, 0, 64, 64); |
152 | 152 | |
153 | - $playerGames = $this->playerGameRepository->findBy(['player' => $player],['lastUpdate' => 'DESC'],5); |
|
153 | + $playerGames = $this->playerGameRepository->findBy(['player' => $player], ['lastUpdate' => 'DESC'], 5); |
|
154 | 154 | |
155 | 155 | $startX = 9; |
156 | 156 | foreach ($playerGames as $playerGame) { |