Showing 506 of 851 total issues
Avoid too many return
statements within this function. Open
Open
if (type == "{") return cont(pushlex("}"), commasep(objprop, "}"), poplex, maybeoperator);
Avoid too many return
statements within this function. Open
Open
return cont();
Avoid too many return
statements within this function. Open
Open
return state.tokenize(stream, state);
Avoid too many return
statements within this function. Open
Open
return ret("variable", "variable");
Avoid too many return
statements within this function. Open
Open
return pass(pushlex("stat"), expression, expect(";"), poplex);
Avoid too many return
statements within this function. Open
Open
if (type == ".") return cont(property, maybeoperator);
Avoid too many return
statements within this function. Open
Open
else if (lexical.align) return lexical.column + (closing ? 0 : 1);
Avoid too many return
statements within this method. Open
Open
return $this->db->row("SELECT * FROM " . PREFIX . "tags WHERE ID=:ID", array(
"ID" => $this->id
));
Avoid too many return
statements within this function. Open
Open
return ret("keyword", "important");
Avoid too many return
statements within this function. Open
Open
return ret(null, ch);
Avoid too many return
statements within this function. Open
Open
return ret(null, "select-op");
Avoid too many return
statements within this function. Open
Open
return [].slice.call(source);
Avoid too many return
statements within this method. Open
Open
return [];
Avoid too many return
statements within this method. Open
Open
return isset($_REQUEST[$Key]) ? trim($_REQUEST[$Key]) : $DefaultValue;
Avoid too many return
statements within this method. Open
Open
return (strlen($address) >= 3
and strpos($address, '@') >= 1
and strpos($address, '@') != strlen($address) - 1);
Avoid too many return
statements within this method. Open
Open
return ($Seconds + 1) . ' ' . $Lang['Time_Seconds_Ago'];
Avoid too many return
statements within this method. Open
Open
return $ret;
Avoid too many return
statements within this method. Open
Open
return $this->mailSend($this->MIMEHeader, $this->MIMEBody);
Avoid too many return
statements within this method. Open
Open
return isset($_OPTIONS[$Key]) ? trim($_OPTIONS[$Key]) : $DefaultValue;
Avoid too many return
statements within this method. Open
Open
return call_user_func_array(array($this, 'addAnAddress'), $params);