laravel/framework

View on GitHub
src/Illuminate/Queue/Console/WorkCommand.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    protected function writeOutput(Job $job, $status)
    {
        $this->output->write(sprintf(
            '  <fg=gray>%s</> %s%s',
            $this->now()->format('Y-m-d H:i:s'),
Severity: Minor
Found in src/Illuminate/Queue/Console/WorkCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status