Completed
Branch master (56f34b)
by Péter
04:57
created
app/Http/Controllers/GameController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -129,6 +129,9 @@
 block discarded – undo
129 129
         $state['currentTeam'] = $this->nextPlayer[$state['currentTeam']];
130 130
     }
131 131
 
132
+    /**
133
+     * @param string $startTeam
134
+     */
132 135
     private function randFieldColors($startTeam)
133 136
     {
134 137
         $this->numberOfFields[$startTeam] += 1;
Please login to merge, or discard this patch.