Passed
Push — develop ( 5ee4e8...ef2c11 )
by BENARD
04:23
created
src/Controller/GamercardController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
         $avatar = PictureCreatorFactory::fromStream($this->getAvatar($player));
155 155
         $gamercard->copyResized($avatar, 9, 30, 0, 0, 64, 64);
156 156
 
157
-        $playerGames = $this->playerGameRepository->findBy(['player' => $player], ['lastUpdate' => 'DESC'],5);
157
+        $playerGames = $this->playerGameRepository->findBy(['player' => $player], ['lastUpdate' => 'DESC'], 5);
158 158
 
159 159
         $startX = 9;
160 160
         foreach ($playerGames as $playerGame) {
Please login to merge, or discard this patch.