More standards

This commit is contained in:
2025-04-29 13:21:47 +00:00
parent 38f332b223
commit 55656b7889
8 changed files with 29 additions and 3310 deletions

View File

@ -159,7 +159,7 @@ final class TwoTeamTrueSkillCalculator extends SkillCalculator
$team2Ratings = $teams[1]->getAllRatings();
$team2Count = count($team2Ratings);
$totalPlayers = $team1Count + $team2Count;
$totalPlayers = (float)($team1Count + $team2Count);
$betaSquared = BasicMath::square($gameInfo->getBeta());