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 89a1107 commit 51047f1Copy full SHA for 51047f1
src/PipelineProxy.php
@@ -74,7 +74,7 @@ public function run(int $interval = 1000): int
74
$runtime = new PipelineConsoleRuntime($this->output, $this->pipeline, $this->state->withPipeline($this->filename));
75
76
foreach ($this->queuedCalls as $queuedCall) {
77
- $queuedCall($this);
+ $queuedCall($runtime);
78
}
79
80
$this->queuedCalls = [];
0 commit comments