mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-10-31 16:32:29 +01:00 
			
		
		
		
	More type work
This commit is contained in:
		| @@ -44,6 +44,9 @@ abstract class SkillCalculator | ||||
|         return (bool)($this->supportedOptions & $option) == $option; | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * @param Team[] $teamsOfPlayerToRatings | ||||
|      */ | ||||
|     protected function validateTeamCountAndPlayersCountPerTeam(array $teamsOfPlayerToRatings): void | ||||
|     { | ||||
|         self::validateTeamCountAndPlayersCountPerTeamWithRanges($teamsOfPlayerToRatings, $this->totalTeamsAllowed, $this->playersPerTeamAllowed); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user