Showing 3,246 of 4,217 total issues
Avoid too many return
statements within this method. Open
Open
return _e('You are not allowed to perform this action');
Avoid too many return
statements within this method. Open
Open
return _e('allowed time to delete has expired');
Avoid too many return
statements within this method. Open
Open
return $this->db_query_safe($sql, $db);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $extra['sql'] ? $sql : $this->db->query($sql);
Avoid too many return
statements within this method. Open
Open
return js_redirect($RETURN_PATH, false);
Avoid too many return
statements within this method. Open
Open
return $body;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $this->_send_email_safe($user_data['email'], $user_data['name'], $template_name, $data, $instant_send);
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 false;
Avoid too many return
statements within this method. Open
Open
return $body;
Avoid too many return
statements within this method. Open
Open
return $extra['sql'] ? $sql : $this->db->query($sql);
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return $result;
Avoid too many return
statements within this method. Open
Open
return $result;
Avoid too many return
statements within this method. Open
Open
return $extra['sql'] ? $sql : $this->db->query($sql);
Avoid too many return
statements within this method. Open
Open
return $default;
Avoid too many return
statements within this method. Open
Open
return $extra['sql'] ? implode(PHP_EOL, $sql) : true;