mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-04 06:14:01 +00:00
Fixed up older calculators and started some file cleanup
This commit is contained in:
@ -14,7 +14,7 @@ abstract class SkillCalculator
|
||||
private $_playersPerTeamAllowed;
|
||||
private $_totalTeamsAllowed;
|
||||
|
||||
protected function __construct($supportedOptions, TeamsRange &$totalTeamsAllowed, PlayersRange &$playerPerTeamAllowed)
|
||||
protected function __construct($supportedOptions, TeamsRange $totalTeamsAllowed, PlayersRange $playerPerTeamAllowed)
|
||||
{
|
||||
$this->_supportedOptions = $supportedOptions;
|
||||
$this->_totalTeamsAllowed = $totalTeamsAllowed;
|
||||
|
Reference in New Issue
Block a user