mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	More types for static analysis
This commit is contained in:
		@@ -26,7 +26,7 @@ class PlayerPerformancesToTeamPerformancesLayer extends TrueSkillFactorGraphLaye
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function createPriorSchedule(): ScheduleSequence
 | 
			
		||||
    public function createPriorSchedule(): ?ScheduleSequence
 | 
			
		||||
    {
 | 
			
		||||
        $localFactors = $this->getLocalFactors();
 | 
			
		||||
 | 
			
		||||
@@ -57,7 +57,7 @@ class PlayerPerformancesToTeamPerformancesLayer extends TrueSkillFactorGraphLaye
 | 
			
		||||
        );
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function createPosteriorSchedule(): ScheduleSequence
 | 
			
		||||
    public function createPosteriorSchedule(): ?ScheduleSequence
 | 
			
		||||
    {
 | 
			
		||||
        $allFactors = [];
 | 
			
		||||
        $localFactors = $this->getLocalFactors();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user