laravel/framework

View on GitHub
src/Illuminate/Bus/Batchable.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function withFakeBatch(string $id = '',
                                  string $name = '',
                                  int $totalJobs = 0,
                                  int $pendingJobs = 0,
                                  int $failedJobs = 0,
Severity: Major
Found in src/Illuminate/Bus/Batchable.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status