laravel/framework

View on GitHub
src/Illuminate/Support/Testing/Fakes/BatchFake.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function __construct(string $id,
                                string $name,
                                int $totalJobs,
                                int $pendingJobs,
                                int $failedJobs,
Severity: Major
Found in src/Illuminate/Support/Testing/Fakes/BatchFake.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status