@@ -66,7 +66,7 @@ |
||
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 | } |