extraArgs, workingDir: $this->workingDir, ); $process->setTimeout(null); $process->run(); return Command::SUCCESS; } }