Gumarov1991/php-project-lvl2

View on GitHub
src/Formatters/plain.php

Summary

Maintainability
A
1 hr
Test Coverage

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

function render($data, $path = '')
{
    $arrResult = array_reduce($data, function ($acc, $value) use ($path) {
        $status = $value['status'];
        $name = $value['name'];
Severity: Minor
Found in src/Formatters/plain.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status