We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848cd65 commit a95410dCopy full SHA for a95410d
src/ProdScheduler/SchedulerComputeTrait.php
@@ -31,7 +31,7 @@ public function compute()
31
if ($k === 0) {
32
$originStart = $start = $this->ISTS;
33
} else if (!empty($this->list[$k - 1]['phases_forward'])) {
34
- $originStart = $start = $this->list[$k - 1]['phases_forward'][0]['start'];
+ $originStart = $start = $this->list[$k - 1]['phases_forward'][0]['end'];
35
}
36
} else {
37
$nextPhase = $this->list[$k]['phases_reverse'][$i + 1];
0 commit comments