@@ -435,7 +435,7 @@ |
||
435 | 435 | } |
436 | 436 | } |
437 | 437 | |
438 | - if (isset($queryOptions['batch']) && (bool)$queryOptions['batch'] === true) { |
|
438 | + if (isset($queryOptions['batch']) && (bool) $queryOptions['batch'] === true) { |
|
439 | 439 | return $data; |
440 | 440 | } |
441 | 441 |