Showing 3,272 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return $node;
Avoid too many return
statements within this method. Open
Open
return $this->getValueForCall($node, $flags);
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return $node;
Avoid too many return
statements within this method. Open
Open
return $this->getValueForBinaryOp($node, $flags);
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return [$union_type, $class_list];
Avoid too many return
statements within this method. Open
Open
return $code_base->getFunctionByFQSEN($function_fqsen);
Avoid too many return
statements within this method. Open
Open
return $this->getValueForIssetCheck($node, $flags);
Avoid too many return
statements within this method. Open
Open
return $node;
Avoid too many return
statements within this method. Open
Open
return $raw_function_name($arg_value);
Avoid too many return
statements within this method. Open
Open
return $code_base->getFunctionByFQSEN($function_fqsen);
Avoid too many return
statements within this method. Open
Open
return $node;
Avoid too many return
statements within this method. Open
Open
return $code_base->getFunctionByFQSEN($function_fqsen);
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return $node;
Avoid too many return
statements within this method. Open
Open
return UnionTypeVisitor::unionTypeFromNode($this->code_base, $this->context, $node, false)->asSingleScalarValueOrNull() ?? $node;
Avoid too many return
statements within this method. Open
Open
return false;