Skip to content

Commit

Permalink
Migrated code from symfony/process to react/child-process
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 21, 2023
1 parent 8879355 commit 2f32599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/RunCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private function workflowWorker(Console\Style\SymfonyStyle $style, string $cwd,
}
\$runtime = new \Kiboko\Component\Runtime\Workflow\Console(
new \Symfony\Component\Console\Output\StreamOutput(fopen('php://stdout', 'w')),
new \Symfony\Component\Console\Output\ConsoleOutput(),
new \Kiboko\Component\Pipeline\PipelineRunner(
new \Psr\Log\NullLogger()
),
Expand Down

0 comments on commit 2f32599

Please sign in to comment.