Showing 228 of 247 total issues

Avoid too many return statements within this method.
Open

        return [$sql, $newParams];
Severity: Major
Found in src/Persistence/Sql/Oracle/ExpressionTrait.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return $sql;
Severity: Major
Found in src/Persistence/Sql/Oracle/ExpressionTrait.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

            return $res;
Severity: Major
Found in src/Model.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

        return $sql;
Severity: Major
Found in src/Persistence/Sql/Expression.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                    return self::castFloatToString($v);
Severity: Major
Found in src/Persistence/Sql/Expression.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return $k;
Severity: Major
Found in src/Persistence/Sql/Expression.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return $action->aggregate($fx, $field, $type === 'fx0');
Severity: Major
Found in src/Persistence/Array_.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

        return $this;
Severity: Major
Found in src/Model.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                    return $matches[0];
Severity: Major
Found in src/Persistence/Sql/Expression.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                    return '1 = 1'; // always true
Severity: Major
Found in src/Persistence/Sql/Query.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return $this->_renderConditionBinary($operator, $field, $values);
Severity: Major
Found in src/Persistence/Sql/Query.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

            return $this->_renderConditionLikeOperator($operator === 'not like', $field, $value);
Severity: Major
Found in src/Persistence/Sql/Query.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return $query;
Severity: Major
Found in src/Persistence/Sql.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

            return null;
Severity: Major
Found in src/Model.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

        return $this->_renderConditionBinary($operator, $field, $value);
Severity: Major
Found in src/Persistence/Sql/Query.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return $this;
Severity: Major
Found in src/Model.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

            return $this->_renderConditionRegexpOperator($operator === 'not regexp', $field, $value);
Severity: Major
Found in src/Persistence/Sql/Query.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return $this->refLink()->action('fx', $args);
Severity: Major
Found in src/Reference/HasMany.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

                return $this->escapeStringLiteral($v);
Severity: Major
Found in src/Persistence/Sql/Expression.php - About 30 mins to fix

Avoid too many return statements within this method.
Open

        return $this->typecastLoadRow($model, $rowData);
Severity: Major
Found in src/Persistence/Array_.php - About 30 mins to fix
Severity
Category
Status
Source
Language