Completed
Pull Request — master (#11)
by Klochok
04:23
created
src/Collection.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -601,7 +601,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -601,7 +601,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.