Showing 571 of 6,975 total issues
Avoid too many return
statements within this method. Open
Open
return ($value ?: vartrue($parms['empty']));
Avoid too many return
statements within this method. Open
Open
return $ret;
Avoid too many return
statements within this method. Open
Open
return "'".e107::getParser()->toDB($fieldValue)."'";
Avoid too many return
statements within this method. Open
Open
return $base.$route.$urlSuffix.'?'.$params.$anc;
Avoid too many return
statements within this method. Open
Open
return $url !== '' ? $url.$suffix : $url;
Avoid too many return
statements within this method. Open
Open
return $data;
Avoid too many return
statements within this method. Open
Open
return (isset($arr[$index]) ? $arr[$index] : $default);
Avoid too many return
statements within this method. Open
Open
return '{"jsonrpc" : "2.0", "error" : {"code": 102, "message": "Failed to open output stream."}, "id" : "id"}';
Avoid too many return
statements within this method. Open
Open
return array();
Avoid too many return
statements within this method. Open
Open
return $this->invalidLogin($username, LOGIN_BANNED,$this->userData['user_id']);
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return false;
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 "<span class='label label-danger'>Failed to load (misconfigured. See debug for more info.)</span>";
Avoid too many return
statements within this method. Open
Open
return $this->renderInline($field,$id,$attributes['title'],$value,substr($value,0,50). '...','textarea'); //FIXME.
Avoid too many return
statements within this method. Open
Open
return $this;
Avoid too many return
statements within this method. Open
Open
return $this->renderInline($field, $id, $attributes['title'], $_value, $value, 'select', $wparms);
Avoid too many return
statements within this method. Open
Open
return $this;
Avoid too many return
statements within this method. Open
Open
return $this->{$data_src}[$key];