Completed
Push — master ( aed5b4...75b28b )
by Roman
01:50
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
             return $collection;
129 129
         } else {
130 130
             return Collection::{$getterType}(array_map(
131
-                function ($item) use ($getter) {
131
+                function($item) use ($getter) {
132 132
                     return $item->{$getter}();
133 133
                 },
134 134
                 $this->jsonSerialize()
Please login to merge, or discard this patch.