mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-18 20:04:28 +00:00
More types for static analysis
This commit is contained in:
@ -60,14 +60,14 @@ abstract class FactorGraphLayer
|
||||
$this->localFactors[] = $factor;
|
||||
}
|
||||
|
||||
abstract public function buildLayer();
|
||||
abstract public function buildLayer(): void;
|
||||
|
||||
public function createPriorSchedule()
|
||||
public function createPriorSchedule(): ?ScheduleSequence
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public function createPosteriorSchedule()
|
||||
public function createPosteriorSchedule(): ?ScheduleSequence
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user