Skip to content

Commit

Permalink
Fixed run commande : we should not unregister autoload because it sti…
Browse files Browse the repository at this point in the history
…ll use later in the execution
  • Loading branch information
sebprt committed Jul 4, 2024
1 parent 1e738f2 commit e685a16
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Console/Command/RunCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ private function pipelineWorker(Console\Style\SymfonyStyle $style, string $cwd,
\$satellite(\$runtime);
\$runtime->run();
\$autoload->unregister();
PHP;

$stream = fopen('php://temp', 'r+');
Expand Down Expand Up @@ -175,8 +173,6 @@ private function workflowWorker(Console\Style\SymfonyStyle $style, string $cwd,
\$satellite(\$runtime);
\$runtime->run();
\$autoload->unregister();
PHP;

$stream = fopen('php://temp', 'r+');
Expand Down

0 comments on commit e685a16

Please sign in to comment.