Athorcis/athorrent-frontend

View on GitHub
src/Process/Process.php

Summary

Maintainability
A
1 hr
Test Coverage

Method new has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

        array $command,
        ?string $cwd,
        ?array $env,
        mixed $input,
        bool $daemon,
Severity: Minor
Found in src/Process/Process.php - About 45 mins to fix

    Method create has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public static function create(array $command, string $cwd = null, ?array $env = [], mixed $input = null, ?float $timeout = 60): Process
    Severity: Minor
    Found in src/Process/Process.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status