Showing 571 of 6,975 total issues
Avoid too many return
statements within this method. Open
Open
if ($just_check) 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 TRUE;
Avoid too many return
statements within this method. Open
Open
return TRUE;
Avoid too many return
statements within this method. Open
Open
return array(); // Just an empty array
Avoid too many return
statements within this method. Open
Open
return LAN_MAILOUT_216 . ' (' . $status . ')'; // General coding error
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 "'".$this->escape($fieldValue, false)."'";
Avoid too many return
statements within this method. Open
Open
if ($just_check) return update_needed('plugin_releaseUrl is deprecated and needs to be removed. ');
Avoid too many return
statements within this method. Open
Open
if ($just_check) return update_needed('Media-Manager Category Data needs to be updated.');
Avoid too many return
statements within this method. Open
Open
if ($just_check) return update_needed("The Menu table needs to have some paths corrected in its data.");
Avoid too many return
statements within this method. Open
Open
if ($just_check) return update_needed('Move user timezone info');
Avoid too many return
statements within this method. Open
Open
if ($just_check) return update_needed('Remove obsolete prefs');
Avoid too many return
statements within this method. Open
Open
if ($just_check) return update_needed('Media-Manager Categories needs to be updated.');
Avoid too many return
statements within this method. Open
Open
return FALSE;
Avoid too many return
statements within this method. Open
Open
return array();
Avoid too many return
statements within this method. Open
Open
return array('type'=> 'warning', 'msg'=>"Using deprecated method. See e_latest.php in the forum plugin for an example.");
Avoid too many return
statements within this method. Open
Open
if(!$this->dragDrop){ return; }
Avoid too many return
statements within this method. Open
Open
return $this;
Avoid too many return
statements within this method. Open
Open
return $result;