Completed
Push — v2 ( 2e390e...dad8a3 )
by Joschi
04:18
created
src/Micrometa/Ports/Item/ItemList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
178 178
         if (count($types)) {
179 179
             return array_filter(
180 180
                 $this->items,
181
-                function (ItemInterface $item) use ($types) {
181
+                function(ItemInterface $item) use ($types) {
182 182
                     return $item->isOfType(...$types);
183 183
                 }
184 184
             );
Please login to merge, or discard this patch.
src/Micrometa/Application/Factory/ItemFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
         }
132 132
 
133 133
         return array_map(
134
-            function ($propertyValue) {
134
+            function($propertyValue) {
135 135
                 return is_object($propertyValue) ? $this->__invoke($propertyValue) : $propertyValue;
136 136
             },
137 137
             $propertyValues
Please login to merge, or discard this patch.