reliqarts/laravel-common

View on GitHub

Showing 2 of 4 total issues

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

        array|string $command,
        string $cwd = null,
        array $env = null,
        $input = null,
        ?float $timeout = 60
Severity: Minor
Found in src/Helper/Process.php - About 35 mins to fix

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

            array|string $command,
            string $cwd = null,
            array $env = null,
            $input = null,
            ?float $timeout = 60
    Severity: Minor
    Found in src/Contract/ProcessHelper.php - About 35 mins to fix
      Severity
      Category
      Status
      Source
      Language