mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-16 11:04:27 +00:00
Getting rid of more warnings.
This commit is contained in:
@ -92,7 +92,7 @@ class FactorGraphTrueSkillCalculator extends SkillCalculator
|
||||
}
|
||||
|
||||
/**
|
||||
* @var Team[] $teamAssignmentsList
|
||||
* @param Team[] $teamAssignmentsList
|
||||
*/
|
||||
private static function getPlayerMeansVector(array $teamAssignmentsList): Vector
|
||||
{
|
||||
@ -106,7 +106,7 @@ class FactorGraphTrueSkillCalculator extends SkillCalculator
|
||||
}
|
||||
|
||||
/**
|
||||
* @var Team[] $teamAssignmentsList
|
||||
* @param Team[] $teamAssignmentsList
|
||||
*/
|
||||
private static function getPlayerCovarianceMatrix(array $teamAssignmentsList): DiagonalMatrix
|
||||
{
|
||||
@ -123,7 +123,7 @@ class FactorGraphTrueSkillCalculator extends SkillCalculator
|
||||
|
||||
/**
|
||||
* Helper function that gets a list of values for all player ratings
|
||||
* @var Team[] $teamAssignmentsList
|
||||
* @param Team[] $teamAssignmentsList
|
||||
* @return int[]
|
||||
*/
|
||||
private static function getPlayerRatingValues(array $teamAssignmentsList, \Closure $playerRatingFunction): array
|
||||
|
Reference in New Issue
Block a user