Showing 188 of 188 total issues
Avoid too many return
statements within this method. Open
Open
return new PostfixOperatorNode($token->getValue());
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 null;
Avoid too many return
statements within this method. Open
Open
return new FunctionNode($token->getValue(), null);
Avoid too many return
statements within this method. Open
Open
return new ExpressionNode(null, $token->getValue(), null);
Avoid too many return
statements within this method. Open
Open
return new ExpressionNode(null, $token->getValue(), null);
Avoid too many return
statements within this method. Open
Open
return 3 + $left->complexity() + (($right === null) ? 0 : $right->complexity());
Avoid too many return
statements within this method. Open
Open
return new PostfixOperatorNode($token->getValue(), null);
Avoid too many return
statements within this method. Open
Open
return new FunctionNode($token->getValue(), null);
Avoid too many return
statements within this method. Open
Open
return $otherRight=== null && $thisLeft->compareTo($otherLeft);
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return new RationalNode($p, $q);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return 1000;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return new NumberNode($leftOperand->getValue() * $rightOperand->getValue());
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return 8 + $left->complexity() + (($right === null) ? 0 : $right->complexity());
Avoid too many return
statements within this method. Open
Open
return new SubExpressionNode($token->getValue());