Skip to content

Commit 87acaf7

Browse files
committed
docs: update comment
1 parent 68d2fed commit 87acaf7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

system/Database/BaseBuilder.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3169,14 +3169,14 @@ protected function compileWhereHaving(string $qbKey): string
31693169
) {
31703170
continue;
31713171
}
3172-
// $matches = array(
3173-
// 0 => '(test <= foo)', /* the whole thing */
3174-
// 1 => '(', /* optional */
3175-
// 2 => 'test', /* the field name */
3176-
// 3 => ' <= ', /* $op */
3177-
// 4 => 'foo', /* optional, if $op is e.g. 'IS NULL' */
3178-
// 5 => ')' /* optional */
3179-
// );
3172+
// $matches = [
3173+
// 0 => '(test <= foo)', /* the whole thing */
3174+
// 1 => '(', /* optional */
3175+
// 2 => 'test', /* the field name */
3176+
// 3 => ' <= ', /* $op */
3177+
// 4 => 'foo', /* optional, if $op is e.g. 'IS NULL' */
3178+
// 5 => ')' /* optional */
3179+
// ];
31803180

31813181
if (isset($matches[4]) && $matches[4] !== '' && $matches[4] !== '0') {
31823182
$protectIdentifiers = false;

0 commit comments

Comments
 (0)