DaaN88/php-project-lvl2

View on GitHub
src/Formatters/PrettyFormatter.php

Summary

Maintainability
A
1 hr
Test Coverage
A
98%

Method getLines has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getLines(array $ast, string $indent): array
{
    return array_reduce(
        array_keys($ast),
        static function (
Severity: Minor
Found in src/Formatters/PrettyFormatter.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status