ikijime/php-project-lvl2

View on GitHub
src/formatters/Plain.php

Summary

Maintainability
A
1 hr
Test Coverage
A
93%

Method plain has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function plain(object $AST): string
{
    $iter = function (object $AST, string $path) use (&$iter): array {

        return array_map(function ($node) use ($iter, $path): array|string {
Severity: Minor
Found in src/formatters/Plain.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status