Completed
Push — master ( 2b366c...57050c )
by Rafal
03:49
created
src/GameRating/Communication/Controller/UserRating.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
         $topTree = [];
67 67
 
68 68
         for ($i = 0; $i < 3; $i++) {
69
-            if(isset($userScoreWithPositions[$i])) {
69
+            if (isset($userScoreWithPositions[$i])) {
70 70
                 $topTree[] = $userScoreWithPositions[$i];
71 71
             }
72 72
         }
Please login to merge, or discard this patch.