Showing 228 of 247 total issues
Avoid too many return
statements within this method. Open
Open
return $this->refLink()->action('fx', $args);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $this->_renderConditionBinary($operator, $field, $values);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $action->aggregate($fx, $field, $type === 'fx0');
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $this->escapeStringLiteral($v);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return null;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $matches[0];
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $this->_renderConditionRegexpOperator($operator === 'not regexp', $field, $value);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $this;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $this->_renderConditionLikeOperator($operator === 'not like', $field, $value);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $sql;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $sql;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $res;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return [$sql, $newParams];
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $this->typecastLoadRow($model, $rowData);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $query;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return (string) $v;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return self::castFloatToString($v);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return '*long string* (length: ' . strlen($v) . ' bytes, sha256: ' . hash('sha256', $v) . ')';
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $this->_renderConditionBinary($operator, $field, $value);
- Create a ticketCreate a ticket