yavictor/php-project-lvl2

View on GitHub
src/Formatters/Stylish.php

Summary

Maintainability
A
1 hr
Test Coverage
A
97%

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

function render(array $diff): string
{
    $iter = function (array $diff, int $depth) use (&$iter): array {
        return array_map(function ($node) use ($depth, $iter) {
            [
Severity: Minor
Found in src/Formatters/Stylish.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status