krixon/rules

View on GitHub
src/Ast/ComparisonNode.php

Summary

Maintainability
B
4 hrs
Test Coverage

ComparisonNode has 32 functions (exceeds 20 allowed). Consider refactoring.
Open

class ComparisonNode implements Node
{
    private $identifier;
    private $operator;
    private $value;
Severity: Minor
Found in src/Ast/ComparisonNode.php - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status