borisrepl/boris

View on GitHub
lib/Boris/ColoredInspector.php

Summary

Maintainability
A
1 hr
Test Coverage

Method _buildAst has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function _buildAst($type, $value, $seen = array())
    {
        // FIXME: Improve this AST so it doesn't require access to dump() or colorize()
        if ($this->_isSeen($value, $seen)) {
            return $this->_colorize('default', '*** RECURSION ***');
Severity: Minor
Found in lib/Boris/ColoredInspector.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status