src/Persistence/Sql/Postgresql/Query.php
Method _renderConditionConditionalCastToText
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function _renderConditionConditionalCastToText(string $sqlLeft, string $sqlRight, \Closure $makeSqlFx): string
{
return $this->_renderConditionBinaryReuse(
$sqlLeft,
$sqlRight,
- Create a ticketCreate a ticket