Showing 889 of 1,089 total issues
Avoid too many return
statements within this method. Open
Open
return 'smarty_modifier_escape(' . join( ', ', $params ) . ')';
Avoid too many return
statements within this method. Open
Open
return substr($string, 0, $length) . $etc;
Avoid too many return
statements within this method. Open
Open
return strtr($string, array('\\' => '\\\\', "'" => "\\'", '"' => '\\"', "\r" => '\\r', "\n" => '\\n', '</' => '<\/'));
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return "1 day ago";
Avoid too many return
statements within this method. Open
Open
return "1 week ago";
Avoid too many return
statements within this method. Open
Open
return 'rawurlencode(' . $params[0] . ')';
Avoid too many return
statements within this method. Open
Open
return $smarty_math_result;
Avoid too many return
statements within this method. Open
Open
return str_replace(array('@', '.'), array(' [AT] ', ' [DOT] '), $string);
Avoid too many return
statements within this method. Open
Open
return intval($difference / 60) . " minutes ago";
Avoid too many return
statements within this method. Open
Open
return 'str_replace("%2F", "/", rawurlencode(' . $params[0] . '))';
Avoid too many return
statements within this method. Open
Open
return $file;
Avoid too many return
statements within this method. Open
Open
return 'dirname($_smarty_tpl->source->filepath)';
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return "'$_ldelim'";
Avoid too many return
statements within this method. Open
Open
return $this->callTagCompiler('private_' . $plugin_type . '_plugin', $args, $parameter, $tag, $function);
Avoid too many return
statements within this method. Open
Open
return $this->default_handler_plugins[$plugin_type][$tag][0][0]->$function[1]($new_args, $this);
Avoid too many return
statements within this method. Open
Open
return $this->callTagCompiler('private_registered_' . $plugin_type, $args, $parameter, $tag);
Avoid too many return
statements within this method. Open
Open
return call_user_func_array($function, array($new_args, $this));
Avoid too many return
statements within this method. Open
Open
return call_user_func_array($function, array($new_args, $this));