Showing 571 of 6,975 total issues
Avoid too many return
statements within this method. Open
Open
return $this;
Avoid too many return
statements within this method. Open
Open
return 0;
Avoid too many return
statements within this method. Open
Open
return update_needed("Pref 'Class which can post < script > and similar tags' contains an invalid value"); // NO LAN.
Avoid too many return
statements within this method. Open
Open
if ($just_check) return update_needed('Menu path changed required: '.$val['menu'].' ');
Avoid too many return
statements within this method. Open
Open
if ($just_check) return update_needed('Legacy shortcode conversion');
Avoid too many return
statements within this method. Open
Open
if ($just_check) return update_needed('Update plugin table');
Avoid too many return
statements within this method. Open
Open
if ($just_check) return update_needed('News keywords contain spaces between commas and needs to be updated. ');
Avoid too many return
statements within this method. Open
Open
if ($just_check) return update_needed();
Avoid too many return
statements within this method. Open
Open
return $img_data;
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 FALSE;
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
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 $this->restoreKeys($sorted); // we restore the keys with this.
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return "'". (string) $fieldValue."'";
Avoid too many return
statements within this method. Open
Open
return $this;
Avoid too many return
statements within this method. Open
Open
return array('type'=> 'warning', 'msg'=>"Using deprecated method. See e_status.php in the forum plugin for an example.");