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 @@ -3182,6 +3182,7 @@ protected function compileWhereHaving(string $qbKey): string
3182
3182
) {
3183
3183
continue ;
3184
3184
}
3185
+
3185
3186
// $matches = [
3186
3187
// 0 => '(test <= foo)', /* the whole thing */
3187
3188
// 1 => '(', /* optional */
@@ -3191,7 +3192,7 @@ protected function compileWhereHaving(string $qbKey): string
3191
3192
// 5 => ')' /* optional */
3192
3193
// ];
3193
3194
3194
- if (isset ( $ matches [ 4 ]) && $ matches [4 ] !== '' ) {
3195
+ if ($ matches [4 ] !== '' ) {
3195
3196
$ protectIdentifiers = false ;
3196
3197
if (str_contains ($ matches [4 ], '. ' )) {
3197
3198
$ protectIdentifiers = true ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ includes:
17
17
- expr.resultUnused.neon
18
18
- function.alreadyNarrowedType.neon
19
19
- generator.valueType.neon
20
- - isset.offset.neon
21
20
- isset.property.neon
22
21
- method.alreadyNarrowedType.neon
23
22
- method.childParameterType.neon
You can’t perform that action at this time.
0 commit comments