src/MathParser/Parsing/Nodes/Factories/SubtractionNodeFactory.php
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return new IntegerNode($leftOperand->getValue() - $rightOperand->getValue());
Avoid too many return
statements within this method. Open
Open
return new ExpressionNode($operand, '-', null);