Completed
Pull Request — master (#7)
by Roman
01:54
created
src/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
             return $collection;
125 125
         } else {
126 126
             return Collection::{$getterType}(array_map(
127
-                function ($item) use ($property) {
127
+                function($item) use ($property) {
128 128
                     return $item->{$property}();
129 129
                 },
130 130
                 $this->jsonSerialize()
Please login to merge, or discard this patch.