Completed
Push — master ( 47ea5c...7bab12 )
by Julien
03:03
created
src/TreeGen/CreateDirectEliminationTree.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     }
193 193
 
194 194
     /**
195
-     * @param $numRound
195
+     * @param integer $numRound
196 196
      */
197 197
     private function assignFightersToBracket($numRound, $hasPreliminary)
198 198
     {
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
     /**
219 219
      * @param $selected
220 220
      * @param $fighter
221
-     * @param $html
221
+     * @param string $html
222 222
      * @return string
223 223
      */
224 224
     private function addOptionToSelect($selected, $fighter, $html): string
Please login to merge, or discard this patch.