Showing 3,246 of 4,217 total issues
Avoid too many return
statements within this method. Open
Open
return form($replace, ['selected' => $_SESSION[$filter_name], 'class' => 'form-horizontal form-condensed'])
->text('name')
->select_box('order_by', $order_fields, ['show_text' => 1, 'translate' => 1]);
Avoid too many return
statements within this method. Open
Open
return $out;
Avoid too many return
statements within this method. Open
Open
return $from_env;
Avoid too many return
statements within this method. Open
Open
return form($replace, ['selected' => $_SESSION[$filter_name], 'class' => 'form-horizontal form-condensed'])
->text('item_id', 'Order id')
->text('user_id', 'Admin')
->datetime_select('add_date', null, ['with_time' => 1])
->datetime_select('add_date__and', null, ['with_time' => 1])
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 false;
Avoid too many return
statements within this method. Open
Open
return $row['name'];
Avoid too many return
statements within this method. Open
Open
return $row['delete'];
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $con;
Avoid too many return
statements within this method. Open
Open
return '<button class="btn btn-mini btn-xs btn-danger rollback_item" data-id="' . $row_info['id'] . '"><i class="icon-undo fa fa-undo"></i> <span>' . t('Rollback') . '</span></button>';
Avoid too many return
statements within this method. Open
Open
return $html;
Avoid too many return
statements within this method. Open
Open
return $data;
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 false;
Avoid too many return
statements within this method. Open
Open
return $data;
Avoid too many return
statements within this method. Open
Open
return $con;
Avoid too many return
statements within this method. Open
Open
return true;