Completed
Pull Request — master (#1)
by
unknown
12:42 queued 10:49
created
src/Charcoal/Queue/AbstractQueueManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -456,7 +456,7 @@
 block discarded – undo
456 456
      */
457 457
     public function totalChunks()
458 458
     {
459
-        return (int)ceil($this->totalQueuedItems() / $this->chunkSize());
459
+        return (int) ceil($this->totalQueuedItems() / $this->chunkSize());
460 460
     }
461 461
 
462 462
     /**
Please login to merge, or discard this patch.