Showing 571 of 6,975 total issues
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 TRUE;
Avoid too many return
statements within this method. Open
Open
return $this->copyMediaData($initial, $result);
Avoid too many return
statements within this method. Open
Open
return AUTH_NOUSER; // Treat as non-existent user
Avoid too many return
statements within this method. Open
Open
return AUTH_NOUSER;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return LAN_PM_19;
Avoid too many return
statements within this method. Open
Open
return ($boot) ? $tp->toGlyph('fa-user') : $this->sc_user_realname_icon();
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 forumDeletePost($id);