src/Persistence/Sql/Postgresql/Query.php

Summary

Maintainability
A
1 hr
Test Coverage

Method _renderConditionConditionalCastToText has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function _renderConditionConditionalCastToText(string $sqlLeft, string $sqlRight, \Closure $makeSqlFx): string
    {
        return $this->_renderConditionBinaryReuse(
            $sqlLeft,
            $sqlRight,
Severity: Minor
Found in src/Persistence/Sql/Postgresql/Query.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status