Showing 3,272 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return [];
Avoid too many return
statements within this method. Open
Open
return [];
Avoid too many return
statements within this method. Open
Open
return MixedType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return $expr_type->withRealType(ObjectType::instance(false));
Avoid too many return
statements within this method. Open
Open
return ObjectType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return [];
Avoid too many return
statements within this method. Open
Open
return self::literalStringUnionType('');
Avoid too many return
statements within this method. Open
Open
return VoidType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return UnionType::of($type_set, $real_type_set);
Avoid too many return
statements within this method. Open
Open
return $element_types;
Avoid too many return
statements within this method. Open
Open
return $class->getMethodByName($this->code_base, '__get')->getUnionType();
Avoid too many return
statements within this method. Open
Open
return $node->hash ?? ($node->hash = self::computeHash($node));
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;