graywrk/gendiff

View on GitHub
src/reporters/pretty.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status