Completed
Push — master ( 5d5f60...028c16 )
by Dmitry
02:16
created
src/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -435,7 +435,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.