Showing 571 of 6,975 total issues
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return str_replace(' ', '+', $title);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return FALSE;
Avoid too many return
statements within this method. Open
Open
return TRUE;
Avoid too many return
statements within this method. Open
Open
return '4.4.1';
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return emessage;
Avoid too many return
statements within this method. Open
Open
return defset('CORE_LAN18') . $code_text;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
if (strpos($ip, 'fc00:') === 0) return FALSE; // local addresses
Avoid too many return
statements within this method. Open
Open
return str_replace(' ', '+', $tp->ustrtolower($title));
Avoid too many return
statements within this method. Open
Open
if (eShims::readfile($source_file) === FALSE) { return FALSE; }