Showing 571 of 6,975 total issues
Avoid too many return
statements within this method. Open
Open
return '';
Avoid too many return
statements within this method. Open
Open
return PASSWORD_VALID;
Avoid too many return
statements within this method. Open
Open
return AUTH_BADPASSWORD;
Avoid too many return
statements within this method. Open
Open
return AUTH_SUCCESS;
Avoid too many return
statements within this method. Open
Open
return TRUE;
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 $this->saveForumThreadData($dataRecord);
Avoid too many return
statements within this method. Open
Open
return AUTH_SUCCESS; // Not interested in any attributes returned ATM, so done.
Avoid too many return
statements within this method. Open
Open
return ucfirst($word); // TODO: Needs changing to utf-8 function
Avoid too many return
statements within this method. Open
Open
return $msg . $this->add($_POST);
Avoid too many return
statements within this method. Open
Open
return "";
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 false;
Avoid too many return
statements within this method. Open
Open
return $this->copyForumData($initial, $result);
Avoid too many return
statements within this method. Open
Open
return $this->copyForumTrackData($initial, $result);
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return $word;
Avoid too many return
statements within this method. Open
Open
return ($boot) ? $tp->toGlyph('fa-comment') : '';