GrafiteInc/Scaffold

View on GitHub
app/Console/Kernel.php

Summary

Maintainability
A
1 hr
Test Coverage

Method schedule has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function schedule(Schedule $schedule)
    {
        $schedule->command('mission-control:report')->everyFiveMinutes()
            ->runInBackground()
            ->appendOutputTo(storage_path('logs/scheduler.log'));
Severity: Minor
Found in app/Console/Kernel.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status