graywrk/gendiff

View on GitHub

Showing 1 of 1 total issue

Method report has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function report($AST, $depth = 0)
{
    return array_reduce($AST, function ($report, $item) use ($depth) {
        switch ($item['type']) {
            case 'NESTED':
Severity: Minor
Found in src/reporters/pretty.php - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language