Gumarov1991/php-project-lvl2

View on GitHub
src/Formatters/pretty.php

Summary

Maintainability
A
1 hr
Test Coverage

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

function render($data, $depth = 0)
{
    $indent = genIndent($depth, FIRST_INDENT);
    $arrResult = array_reduce($data, function ($acc, $value) use ($depth, $indent) {
        $status = $value['status'];
Severity: Minor
Found in src/Formatters/pretty.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status