mirror of
https://github.com/furyfire/trueskill.git
synced 2025-07-13 07:01:16 +02: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