mossadal/math-parser

View on GitHub
src/MathParser/Parsing/Nodes/Factories/NodeFactory.php

Summary

Maintainability
A
30 mins
Test Coverage

Avoid too many return statements within this method.
Open

            case '^': return $this->exponentiation($node->getLeft(), $node->getRight());
Severity: Major
Found in src/MathParser/Parsing/Nodes/Factories/NodeFactory.php - About 30 mins to fix

    There are no issues that match your filters.

    Category
    Status