Passed
Push — develop ( ddb92e...5ee4e8 )
by BENARD
04:19
created
src/Controller/GamercardController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
         $avatar = $this->streamPictureCreator->createPicture($this->getAvatar($player));
163 163
         $gamercard->copyResized($avatar, 9, 30, 0, 0, 64, 64);
164 164
 
165
-        $playerGames = $this->playerGameRepository->findBy(['player' => $player], ['lastUpdate' => 'DESC'],5);
165
+        $playerGames = $this->playerGameRepository->findBy(['player' => $player], ['lastUpdate' => 'DESC'], 5);
166 166
 
167 167
         $startX = 9;
168 168
         foreach ($playerGames as $playerGame) {
Please login to merge, or discard this patch.