ElenaIzotova8/php-project-lvl2

View on GitHub

Showing 1 of 1 total issue

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

function iter($tree, $space)
{
    $addedSpace = '    ';
    $result = array_reduce($tree, function ($res, $node) use ($space, $addedSpace) {
        $type = getType($node);
Severity: Minor
Found in src/Formatters/Stylish.php - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language