Showing 4,939 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return $types->withRealTypeSet(UnionType::typeSetFromString('\Closure|false|null'));
Avoid too many return
statements within this method. Open
Open
return [
// call
'call_user_func' => $call_user_func_callback,
'forward_static_call' => $call_user_func_callback,
'call_user_func_array' => $call_user_func_array_callback,
Avoid too many return
statements within this method. Open
Open
return $array_map_function->getUnionType();
Avoid too many return
statements within this method. Open
Open
return null;
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 [$parent, false];
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return $result->nonFalseyClone();
Avoid too many return
statements within this method. Open
Open
return UnionType::fromFullyQualifiedPHPDocAndRealString('list<mixed>', '?list<mixed>');
Avoid too many return
statements within this method. Open
Open
return Issue::UnusedProtectedNoOverrideMethodParameter;
Avoid too many return
statements within this method. Open
Open
return Suggestion::fromString('Did you mean ' . \implode(' or ', $suggestions));
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return $real_int_type;
Avoid too many return
statements within this method. Open
Open
return $real_int_type;
Avoid too many return
statements within this method. Open
Open
return $element_types;
Avoid too many return
statements within this method. Open
Open
return $key_type->withRealTypeSet(\array_merge($real_key_type->getTypeSet(), [$null_type]));
Avoid too many return
statements within this method. Open
Open
return $result;
Avoid too many return
statements within this method. Open
Open
return $probably_real_array;
Avoid too many return
statements within this method. Open
Open
return $function_return_types;