Showing 154 of 154 total issues
Avoid too many return
statements within this method. Open
Open
return round($inner);
Avoid too many return
statements within this method. Open
Open
return new Complex($z->imaginary, 0);
Avoid too many return
statements within this method. Open
Open
return "$leftValue$operator$rightValue";
Avoid too many return
statements within this method. Open
Open
return "$leftValue<$rightValue";
Avoid too many return
statements within this method. Open
Open
return $result;
Avoid too many return
statements within this method. Open
Open
return "($text)";
Avoid too many return
statements within this method. Open
Open
return Complex::pow($left->accept($this), $right->accept($this));
Avoid too many return
statements within this method. Open
Open
return new RationalNode(Math::semiFactorial($inner->getNumerator()), 1);
Avoid too many return
statements within this method. Open
Open
return $this->processNumericNodeType($leftOperand, $rightOperand);
Avoid too many return
statements within this method. Open
Open
return exp($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 "$leftValue>$rightValue";
Avoid too many return
statements within this method. Open
Open
return $this->nodeFactory->division($inner, new FunctionNode('sqrt', $temp));
Avoid too many return
statements within this method. Open
Open
return $this->nodeFactory->division($inner, $denominator);
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::arcsin($z);
Avoid too many return
statements within this method. Open
Open
return Complex::exp($z);
Avoid too many return
statements within this method. Open
Open
return new RationalNode(Math::factorial($inner->getNumerator()), 1);
Avoid too many return
statements within this method. Open
Open
return $other->getLeft() === null && $this->right->compareTo($other->getRight());
Avoid too many return
statements within this method. Open
Open
return $this->left->compareTo($other->getLeft()) && $this->right->compareTo($other->getRight());