Showing 571 of 6,975 total issues
Avoid too many return
statements within this method. Open
Open
return $local_path;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
if (trim($pass) == '') return AUTH_BADPASSWORD; // Pick up a blank password
Avoid too many return
statements within this method. Open
Open
return AUTH_BADPASSWORD;
Avoid too many return
statements within this method. Open
Open
return FALSE;
Avoid too many return
statements within this method. Open
Open
if ($result === false) return false;
Avoid too many return
statements within this method. Open
Open
if ($result === false) return false;
Avoid too many return
statements within this method. Open
Open
if ($result === false) 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 LAN_PM_18 . $to_info['user_name'];
Avoid too many return
statements within this method. Open
Open
if ($result === FALSE) 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 $this->saveForumTrackData($dataRecord);
Avoid too many return
statements within this method. Open
Open
return $this->copyPageData($initial, $result);
Avoid too many return
statements within this method. Open
Open
return $this->copyForumThreadData($initial, $result);
Avoid too many return
statements within this method. Open
Open
return '"'.$string.'"';
Avoid too many return
statements within this method. Open
Open
return $lastpost['thread_name'];
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return $text;
Avoid too many return
statements within this method. Open
Open
return $caption.$nppage;