Showing 889 of 1,089 total issues
Avoid too many return
statements within this method. Open
Open
return $compiled_ref;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return '<a href="' . $mailto . $address_encode . '" ' . $extra . '>' . $text_encode . '</a>';
Avoid too many return
statements within this method. Open
Open
return 'basename($_smarty_tpl->source->filepath)';
Avoid too many return
statements within this method. Open
Open
return $plugin($new_args, $this->smarty);
Avoid too many return
statements within this method. Open
Open
return $function($args, $this);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $function($new_args, $this);
Avoid too many return
statements within this method. Open
Open
return call_user_func_array($function, array($args, $this));
Avoid too many return
statements within this method. Open
Open
return $plugin($args, $this->smarty);
Avoid too many return
statements within this method. Open
Open
return $this->trigger_template_error('unallowed closing tag methode "' . $methode . '" in registered object "' . $base_tag . '"', $this->lex->taglineno);
Avoid too many return
statements within this method. Open
Open
return $this->callTagCompiler('private_registered_block', $args, $parameter, $tag);
Avoid too many return
statements within this method. Open
Open
return $this->trigger_template_error('unallowed methode "' . $methode . '" in registered object "' . $tag . '"', $this->lex->taglineno);
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 $file;
Avoid too many return
statements within this method. Open
Open
return $plugin_object->compile($args, $this);
Avoid too many return
statements within this method. Open
Open
return $this->smarty->$property_name = $args[0];
Avoid too many return
statements within this method. Open
Open
return $this->smarty->registered_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_object_block_function', $args, $parameter, $tag, $methode);
Avoid too many return
statements within this method. Open
Open
return "\$_smarty_tpl->getConfigVariable($_index[1])";