ikijime/php-project-lvl2

View on GitHub
src/formatters/Stylish.php

Summary

Maintainability
A
0 mins
Test Coverage
A
97%

Method stylish has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

function stylish(object $AST): string
{
    $iter = function (object $AST, int $depth) use (&$iter): array {
        return array_map(function ($node) use ($iter, $depth): string {
            [
Severity: Minor
Found in src/formatters/Stylish.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status