lion0k/project-lvl2-s385

View on GitHub
src/renderer/plain.php

Summary

Maintainability
A
1 hr
Test Coverage

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

function buildMessages($data, $parents = []):array
{
    $plain = array_reduce($data, function ($acc, $node) use ($parents) {
        $parents[] = $node['nameKey'];
        $parentsPath = implode('.', $parents);
Severity: Minor
Found in src/renderer/plain.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status