laravel/framework

View on GitHub
src/Illuminate/Console/View/Components/Task.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function render($description, $task = null, $verbosity = OutputInterface::VERBOSITY_NORMAL)
    {
        $description = $this->mutate($description, [
            Mutators\EnsureDynamicContentIsHighlighted::class,
            Mutators\EnsureNoPunctuation::class,
Severity: Minor
Found in src/Illuminate/Console/View/Components/Task.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status