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 b782ee7 commit eb62d5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Console/Command/RunCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ private function pipelineWorker(Console\Style\SymfonyStyle $style, string $cwd,
new \Kiboko\Component\Pipeline\PipelineRunner(
new \Psr\Log\NullLogger()
),
new \Kiboko\Contract\Pipeline\NullState(),
),
);
Expand Down Expand Up @@ -162,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(STDOUT),
new \Symfony\Component\Console\Output\StreamOutput(fopen('php://stdout', 'w')),
new \Kiboko\Component\Pipeline\PipelineRunner(
new \Psr\Log\NullLogger()
),
Expand Down

0 comments on commit eb62d5b

Please sign in to comment.