JuliaStrelkova/project-lvl2-s427

View on GitHub
src/Renderer/RendererPlain.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function render(array $data, array $keyChain = []): string
    {
        $rows = array_reduce(
            $data,
            function (array $acc, array $item) use ($keyChain) {
Severity: Minor
Found in src/Renderer/RendererPlain.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status