Showing 4,939 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return self::literalStringUnionType(\ltrim($this->context->getClassFQSEN()->__toString(), '\\'));
Avoid too many return
statements within this method. Open
Open
return $resulting_element_type;
Avoid too many return
statements within this method. Open
Open
return NullType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return $this->methodFQSENListFromParts($node[0], $node[1]);
Avoid too many return
statements within this method. Open
Open
return (string)$name_node_type->asSingleScalarValueOrNull();
Avoid too many return
statements within this method. Open
Open
return $this->returnStubOrThrowUndeclaredFunctionIssueException(
$function_fqsen,
$not_fully_qualified,
$not_fully_qualified ? FullyQualifiedFunctionName::make($namespace, $function_name) : $function_fqsen,
$return_placeholder_for_undefined
Avoid too many return
statements within this method. Open
Open
return array_keys(iterator_to_array($iterator));
Avoid too many return
statements within this method. Open
Open
return $new_node;
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);