mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-11 17:14:13 +00:00
More type checks
This commit is contained in:
@ -110,7 +110,7 @@ class TrueSkillFactorGraph extends FactorGraph
|
||||
return new ScheduleSequence('Full schedule', $fullSchedule);
|
||||
}
|
||||
|
||||
public function getUpdatedRatings()
|
||||
public function getUpdatedRatings(): RatingContainer
|
||||
{
|
||||
$result = new RatingContainer();
|
||||
|
||||
|
Reference in New Issue
Block a user