wrong indentation
This commit is contained in:
parent
65efda425f
commit
7800a7ef3f
1 changed files with 1 additions and 1 deletions
|
@ -1021,7 +1021,7 @@ class SqlWalker implements TreeWalker
|
|||
$sql .= ' AND (' . $this->walkConditionalExpression($condExpr) . ')';
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return $sql;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue