Passed
Push — develop ( 15838f...06e414 )
by BENARD
06:17
created
src/Manager/ScoreManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
             ->andWhere('g.game = :game')
74 74
             ->setParameter('game', $game)
75 75
             ->andWhere('pc.platform IS NOT NULL')
76
-            ->orderBy("pc.lastUpdate",  "DESC")
76
+            ->orderBy("pc.lastUpdate", "DESC")
77 77
             ->setMaxResults(1);
78 78
 
79 79
         $playerChart = $query->getQuery()->getOneOrNullResult();
Please login to merge, or discard this patch.