src/ProcessRunner/ProcessRunner.php
Method run
has 40 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function run(Host $host, string $command, array $config = []): string
{
$defaults = [
'timeout' => $host->get('default_timeout', 300),
'idle_timeout' => null,