mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	PHP8.3 style overrides added
This commit is contained in:
		@@ -31,6 +31,7 @@ class TwoPlayerTrueSkillCalculator extends SkillCalculator
 | 
			
		||||
    /**
 | 
			
		||||
     * {@inheritdoc}
 | 
			
		||||
     */
 | 
			
		||||
    #[\Override]
 | 
			
		||||
    public function calculateNewRatings(
 | 
			
		||||
        GameInfo $gameInfo,
 | 
			
		||||
        array $teams,
 | 
			
		||||
@@ -138,6 +139,7 @@ class TwoPlayerTrueSkillCalculator extends SkillCalculator
 | 
			
		||||
    /**
 | 
			
		||||
     * {@inheritdoc}
 | 
			
		||||
     */
 | 
			
		||||
    #[\Override]
 | 
			
		||||
    public function calculateMatchQuality(GameInfo $gameInfo, array $teams): float
 | 
			
		||||
    {
 | 
			
		||||
        $this->validateTeamCountAndPlayersCountPerTeam($teams);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user