File tree 3 files changed +2
-10
lines changed
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
3175
3175
) {
3176
3176
continue ;
3177
3177
}
3178
+
3178
3179
// $matches = [
3179
3180
// 0 => '(test <= foo)', /* the whole thing */
3180
3181
// 1 => '(', /* optional */
@@ -3184,7 +3185,7 @@ protected function compileWhereHaving(string $qbKey): string
3184
3185
// 5 => ')' /* optional */
3185
3186
// ];
3186
3187
3187
- if (isset ( $ matches [ 4 ]) && $ matches [4 ] !== '' ) {
3188
+ if ($ matches [4 ] !== '' ) {
3188
3189
$ protectIdentifiers = false ;
3189
3190
if (str_contains ($ matches [4 ], '. ' )) {
3190
3191
$ protectIdentifiers = true ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ includes:
16
16
- empty.property.neon
17
17
- function.alreadyNarrowedType.neon
18
18
- generator.valueType.neon
19
- - isset.offset.neon
20
19
- isset.property.neon
21
20
- method.alreadyNarrowedType.neon
22
21
- method.childParameterType.neon
You can’t perform that action at this time.
0 commit comments