Showing 571 of 6,975 total issues
Avoid too many return
statements within this method. Open
Open
return ($fieldValue && $fieldValue !== 'NULL' ? "'".$this->escape($fieldValue, false)."'" : 'NULL');
Avoid too many return
statements within this method. Open
Open
return "'". (string) $fieldValue."'";
Avoid too many return
statements within this method. Open
Open
if($fieldValue == '') { return ''; }
Avoid too many return
statements within this method. Open
Open
return '<div class="' . $defClass . ' video-thumbnail thumbnail">' . $video . '</div>';
Avoid too many return
statements within this method. Open
Open
return $this->invalidLogin($username,LOGIN_ABORT);
Avoid too many return
statements within this method. Open
Open
return $this->invalidLogin($username, LOGIN_BAD_CODE, $secImgResult);
Avoid too many return
statements within this method. Open
Open
return $this->invalidLogin($username, LOGIN_NOT_ACTIVATED);
Avoid too many return
statements within this method. Open
Open
return $cookieval;
Avoid too many return
statements within this method. Open
Open
return '';
Avoid too many return
statements within this method. Open
Open
return $default;
Avoid too many return
statements within this method. Open
Open
return $this;
Avoid too many return
statements within this method. Open
Open
return $this;
Avoid too many return
statements within this method. Open
Open
return $default;
Avoid too many return
statements within this method. Open
Open
return "Missing Extended Class";
Avoid too many return
statements within this method. Open
Open
return gmmktime($timeVals[1], $timeVals[2], $timeVals[3], $month, $day, $year);
Avoid too many return
statements within this method. Open
Open
return array();
Avoid too many return
statements within this method. Open
Open
return $ret;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $matches[0];
Avoid too many return
statements within this method. Open
Open
return $this->processAjaxImport($filePath, $_REQUEST);