Completed
Pull Request — master (#2)
by Chauncey
06:24 queued 04:19
created
src/Charcoal/Queue/AbstractQueueManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -506,7 +506,7 @@
 block discarded – undo
506 506
             $total = $limit;
507 507
         }
508 508
 
509
-        return (int)ceil($total / $this->chunkSize());
509
+        return (int) ceil($total / $this->chunkSize());
510 510
     }
511 511
 
512 512
     /**
Please login to merge, or discard this patch.