deployphp/deployer

View on GitHub
src/Component/ProcessRunner/ProcessRunner.php

Summary

Maintainability
A
1 hr
Test Coverage

Method run has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function run(Host $host, string $command, array $config = []): string
    {
        $defaults = [
            'timeout' => $host->get('default_timeout', 300),
            'idle_timeout' => null,
Severity: Minor
Found in src/Component/ProcessRunner/ProcessRunner.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status