Passed
Push — master ( 90c475...b58afd )
by Mathieu
01:09 queued 12s
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.