mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-31 13:14:02 +00:00
Cleaned up some of the run schedule parts
This commit is contained in:
@ -43,7 +43,7 @@ abstract class FactorGraphLayer
|
||||
$this->_inputVariablesGroups = $value;
|
||||
}
|
||||
|
||||
protected function scheduleSequence(&$itemsToSequence, $name)
|
||||
protected function scheduleSequence($itemsToSequence, $name)
|
||||
{
|
||||
return new ScheduleSequence($name, $itemsToSequence);
|
||||
}
|
||||
|
Reference in New Issue
Block a user