Showing 889 of 1,089 total issues
Avoid too many return
statements within this method. Open
Open
return 'htmlentities('
. $params[0] .', ENT_QUOTES, '
. var_export($char_set, true) . ')';
Avoid too many return
statements within this method. Open
Open
return htmlentities($string, ENT_QUOTES, $char_set);
Avoid too many return
statements within this method. Open
Open
return $return;
Avoid too many return
statements within this method. Open
Open
return intval($difference / (60*60*24*7)) . " weeks ago";
Avoid too many return
statements within this method. Open
Open
return @date($format, $timestamp);
Avoid too many return
statements within this method. Open
Open
return substr($string, 0, $length / 2) . $etc . substr($string, - $length / 2);
Avoid too many return
statements within this method. Open
Open
return str_replace('%2F', '/', rawurlencode($string));
Avoid too many return
statements within this method. Open
Open
return $return;
Avoid too many return
statements within this method. Open
Open
return "1 minute ago";
Avoid too many return
statements within this method. Open
Open
return intval($difference / (60*60*24)) . " days ago";
Avoid too many return
statements within this method. Open
Open
return $content;
Avoid too many return
statements within this method. Open
Open
return 'htmlentities('
. $params[0] .', ENT_QUOTES, '
. var_export($char_set, true) . ', '
. var_export($double_encode, true) . ')';
Avoid too many return
statements within this method. Open
Open
return htmlentities($string, ENT_QUOTES, $char_set, $double_encode);
Avoid too many return
statements within this function. Open
Open
return "";
Avoid too many return
statements within this method. Open
Open
return $return;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return intval($difference / (60*60)) . " hours ago";
Avoid too many return
statements within this function. Open
Open
return "#C00";
Avoid too many return
statements within this method. Open
Open
return $return;
Avoid too many return
statements within this method. Open
Open
return $return;