@@ -456,7 +456,7 @@ |
||
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 | /** |