src/Persistence/Sql/Mssql/Query.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method _renderConditionLikeOperator has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    #[\Override]
    protected function _renderConditionLikeOperator(bool $negated, string $sqlLeft, string $sqlRight): string
    {
        return $this->_renderConditionBinaryReuseBool(
            $sqlLeft,
Severity: Major
Found in src/Persistence/Sql/Mssql/Query.php - About 2 hrs to fix

There are no issues that match your filters.

Category
Status