diff --git a/Command/StartWorkerCommand.php b/Command/StartWorkerCommand.php index 0cf0876..31f464e 100644 --- a/Command/StartWorkerCommand.php +++ b/Command/StartWorkerCommand.php @@ -144,13 +144,6 @@ protected function execute(InputInterface $input, OutputInterface $output) $env = null; } - $workerCommand= explode(' ', $workerCommand); - foreach ($workerCommand as $k=> $v) { - if ('' === trim($v)) { - unset($workerCommand[$k]); - } - } - $process = Process::fromShellCommandline($workerCommand, null, $env, null, null); if (!$input->getOption('quiet')) {