Completed
Push — master ( 40789b...52de6a )
by Roman
03:11 queued 01:18
created
src/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
             return $collection;
173 173
         } else {
174 174
             return Collection::{$getterType}(array_map(
175
-                function ($item) use ($property) {
175
+                function($item) use ($property) {
176 176
                     return $item->$property;
177 177
                 },
178 178
                 $this->jsonSerialize()
Please login to merge, or discard this patch.