laravel/framework

View on GitHub
src/Illuminate/Queue/WorkerOptions.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 11 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function __construct($name = 'default', $backoff = 0, $memory = 128, $timeout = 60, $sleep = 3, $maxTries = 1,
                                $force = false, $stopWhenEmpty = false, $maxJobs = 0, $maxTime = 0, $rest = 0)
Severity: Major
Found in src/Illuminate/Queue/WorkerOptions.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status