File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3169,14 +3169,14 @@ protected function compileWhereHaving(string $qbKey): string
3169
3169
) {
3170
3170
continue ;
3171
3171
}
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
+ // ] ;
3180
3180
3181
3181
if (isset ($ matches [4 ]) && $ matches [4 ] !== '' && $ matches [4 ] !== '0 ' ) {
3182
3182
$ protectIdentifiers = false ;
You can’t perform that action at this time.
0 commit comments