Completed
Push — master ( 028c16...c9b957 )
by Andrii
18s
created
src/ActiveRecord.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@
 block discarded – undo
217 217
      */
218 218
     public function batchQuery($defaultScenario, $data = [], array $options = [])
219 219
     {
220
-        $batch = isset($options['batch']) ? (bool)$options['batch'] : true;
220
+        $batch = isset($options['batch']) ? (bool) $options['batch'] : true;
221 221
         $options['batch'] = $batch;
222 222
 
223 223
         if (!$batch) {
Please login to merge, or discard this patch.