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
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 ;
You can’t perform that action at this time.
0 commit comments