Showing 4,939 of 4,939 total issues
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 Variable::getUnionTypeOfHardcodedGlobalVariableWithName($variable_name);
Avoid too many return
statements within this method. Open
Open
return IntType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return (bool)$cond;
Avoid too many return
statements within this method. Open
Open
return $union_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 $element_types;
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 $parent_type_option->get()->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return $field_types;
Avoid too many return
statements within this method. Open
Open
return $this->typeAfterCastToObject($expr_type);
Avoid too many return
statements within this method. Open
Open
return $resulting_element_type->withRealTypeSet(
\is_object($resulting_real_element_type) ? $resulting_real_element_type->getRealTypeSet() : []
);
Avoid too many return
statements within this method. Open
Open
return UnionType::empty();
Avoid too many return
statements within this method. Open
Open
return UnionType::of($types, $types);
Avoid too many return
statements within this method. Open
Open
return self::literalIntUnionType($node->lineno);
Avoid too many return
statements within this method. Open
Open
return IterableType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return StringType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return Type::fromType($type, $template_type_list);
Avoid too many return
statements within this method. Open
Open
return $generic_types;