Showing 4,939 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return Suggestion::fromString($suggestion_text);
Avoid too many return
statements within this method. Open
Open
return StaticType::instance($is_nullable);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return ParseVisitor::isConstExpr($node);
Avoid too many return
statements within this method. Open
Open
return self::canNodeKindBeNull($node->children['right']);
Avoid too many return
statements within this method. Open
Open
return 80000;
Avoid too many return
statements within this method. Open
Open
return "UNKNOWN_KIND($kind)";
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return Issue::UnusedProtectedMethodParameter;
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 $possible_return_nodes;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return ($options_result & \JSON_OBJECT_AS_ARRAY) !== 0 ? $json_decode_array_types : $json_decode_object_types;
Avoid too many return
statements within this method. Open
Open
return $has_array ? $str_array_type : $str_replace_types;
Avoid too many return
statements within this method. Open
Open
return $string_union_type_real;
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 $generic_passed_array_type->withFlattenedTopLevelArrayShapeTypeInstances()
->withAssociativeArrays(true)
->withPossiblyEmptyArrays();
Avoid too many return
statements within this method. Open
Open
return $cache[$i];