File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -3175,6 +3175,7 @@ protected function compileWhereHaving(string $qbKey): string
31753175 ) {
31763176 continue ;
31773177 }
3178+
31783179 // $matches = [
31793180 // 0 => '(test <= foo)', /* the whole thing */
31803181 // 1 => '(', /* optional */
@@ -3184,7 +3185,7 @@ protected function compileWhereHaving(string $qbKey): string
31843185 // 5 => ')' /* optional */
31853186 // ];
31863187
3187- if (isset ( $ matches [ 4 ]) && $ matches [4 ] !== '' ) {
3188+ if ($ matches [4 ] !== '' ) {
31883189 $ protectIdentifiers = false ;
31893190 if (str_contains ($ matches [4 ], '. ' )) {
31903191 $ protectIdentifiers = true ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ includes:
1616 - empty.property.neon
1717 - function.alreadyNarrowedType.neon
1818 - generator.valueType.neon
19- - isset.offset.neon
2019 - isset.property.neon
2120 - method.alreadyNarrowedType.neon
2221 - method.childParameterType.neon
You can’t perform that action at this time.
0 commit comments