Completed
Pull Request — develop (#7)
by Verlhac
03:14
created
Service/Game.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         }
68 68
 
69 69
         $nbPostFromList = 0;
70
-        for ($i=0, $nb=count($gameListA) - 1; $i <= $nb; ++$i) {
70
+        for ($i = 0, $nb = count($gameListA) - 1; $i <= $nb; ++$i) {
71 71
             $idGame = $gameListA[$i]['id'];
72 72
             if (isset($oldRank[$idGame])) {
73 73
                 $gameListA[$i]['oldRank'] = $oldRank[$idGame];
Please login to merge, or discard this patch.
Service/Player.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
         }
69 69
 
70 70
         $nbPostFromList = 0;
71
-        for ($i=0, $nb=count($playerListA) - 1; $i <= $nb; ++$i) {
71
+        for ($i = 0, $nb = count($playerListA) - 1; $i <= $nb; ++$i) {
72 72
             $idPlayer = $playerListA[$i]['idPlayer'];
73 73
             if (isset($oldRank[$idPlayer])) {
74 74
                 $playerListA[$i]['oldRank'] = $oldRank[$idPlayer];
Please login to merge, or discard this patch.