| 1 | <?php |
||
| 8 | class DirectEliminationTreeGen extends TreeGen |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * Calculate the Byes need to fill the Championship Tree. |
||
| 13 | * @param Championship $championship |
||
| 14 | * @return Collection |
||
| 15 | */ |
||
| 16 | protected function getByeGroup(Championship $championship, $fighters) |
||
| 25 | |||
| 26 | |||
| 27 | /** |
||
| 28 | * Create empty groups for direct Elimination Tree |
||
| 29 | * @param $numFighters |
||
| 30 | */ |
||
| 31 | public function pushEmptyGroupsToTree($numFighters) |
||
| 38 | } |
||
| 39 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.