glhd/laralint

View on GitHub
src/Commands/DumpCommand.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method walk has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function walk($nodes) : void
    {
        $this->depth++;
        
        $indent = str_repeat('┃   ', $this->depth);
Severity: Minor
Found in src/Commands/DumpCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status