mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	CodeBeautifier for PSR-12 standard.
This commit is contained in:
		@@ -60,12 +60,13 @@ class TwoTeamTrueSkillCalculator extends SkillCalculator
 | 
			
		||||
        return $results;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private static function updatePlayerRatings(GameInfo $gameInfo,
 | 
			
		||||
                                                RatingContainer $newPlayerRatings,
 | 
			
		||||
                                                Team $selfTeam,
 | 
			
		||||
                                                Team $otherTeam,
 | 
			
		||||
                                                PairwiseComparison $selfToOtherTeamComparison): void
 | 
			
		||||
    {
 | 
			
		||||
    private static function updatePlayerRatings(
 | 
			
		||||
        GameInfo $gameInfo,
 | 
			
		||||
        RatingContainer $newPlayerRatings,
 | 
			
		||||
        Team $selfTeam,
 | 
			
		||||
        Team $otherTeam,
 | 
			
		||||
        PairwiseComparison $selfToOtherTeamComparison
 | 
			
		||||
    ): void {
 | 
			
		||||
        $drawMargin = DrawMargin::getDrawMarginFromDrawProbability(
 | 
			
		||||
            $gameInfo->getDrawProbability(),
 | 
			
		||||
            $gameInfo->getBeta()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user