vitek-mo/php-project-lvl2

View on GitHub
src/Formatters/Pretty.php

Summary

Maintainability
A
1 hr
Test Coverage

Method renderPretty has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function renderPretty(array $array, $indent = "")
{
    $openingBrace = $indent === "" ? "{\n" : "";
    
    $result = array_reduce($array, function ($acc, $node) use ($indent) {
Severity: Minor
Found in src/Formatters/Pretty.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status