@@ -601,7 +601,7 @@ |
||
| 601 | 601 | public function isBatch($options = []) |
| 602 | 602 | { |
| 603 | 603 | if (isset($options['batch'])) { |
| 604 | - return (bool)$options['batch']; |
|
| 604 | + return (bool)$options['batch']; |
|
| 605 | 605 | } |
| 606 | 606 | |
| 607 | 607 | return true; |
@@ -601,7 +601,7 @@ |
||
| 601 | 601 | public function isBatch($options = []) |
| 602 | 602 | { |
| 603 | 603 | if (isset($options['batch'])) { |
| 604 | - return (bool)$options['batch']; |
|
| 604 | + return (bool) $options['batch']; |
|
| 605 | 605 | } |
| 606 | 606 | |
| 607 | 607 | return true; |