Showing 178 of 188 total issues
Avoid too many return
statements within this method. Open
Open
return $this->nodeFactory->multiplication($inner, $df);
Avoid too many return
statements within this method. Open
Open
return Complex::artanh($z);
Avoid too many return
statements within this method. Open
Open
return sin(deg2rad($inner));
Avoid too many return
statements within this method. Open
Open
return 1 / $tan_inner;
Avoid too many return
statements within this method. Open
Open
return log10($inner);
Avoid too many return
statements within this method. Open
Open
return NAN;
Avoid too many return
statements within this method. Open
Open
return acosh($inner);
Avoid too many return
statements within this method. Open
Open
return abs($inner);
Avoid too many return
statements within this method. Open
Open
return floor($inner);
Avoid too many return
statements within this method. Open
Open
return $this->nodeFactory->simplify($node);
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);