edde-framework/edde-framework

View on GitHub
src/Edde/Common/Node/AbstractNode.php

Summary

Maintainability
A
3 hrs
Test Coverage

AbstractNode has 27 functions (exceeds 20 allowed). Consider refactoring.
Open

    abstract class AbstractNode extends Object implements IAbstractNode {
        /**
         * @var IAbstractNode
         */
        protected $parent;
Severity: Minor
Found in src/Edde/Common/Node/AbstractNode.php - About 3 hrs to fix

There are no issues that match your filters.

Category
Status