Completed
Push — master ( 3177b2...bb202a )
by Roman
19:19 queued 08:51
created
src/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
 
129 129
     public function chunk(int $size): Collection
130 130
     {
131
-        return Collection::{Collection::class}(array_map(function ($chunk) {
131
+        return Collection::{Collection::class}(array_map(function($chunk) {
132 132
             return new Collection($this->type(), $chunk);
133 133
         }, array_chunk($this->container, $size)));
134 134
     }
Please login to merge, or discard this patch.