Showing 3,272 of 4,939 total issues
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];
Avoid too many return
statements within this method. Open
Open
return $argument_type;
Avoid too many return
statements within this method. Open
Open
return 70300;
Avoid too many return
statements within this method. Open
Open
return $library_composer_settings;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return [];
Avoid too many return
statements within this method. Open
Open
return NullType::instance(false)->asPHPDocUnionType();
Avoid too many return
statements within this method. Open
Open
return $function->getUnionType();