Completed
Push — master ( d85481...a590cc )
by Joschi
04:33
created
src/Micrometa/Ports/Item/ItemList.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
     {
187 187
         return (object)[
188 188
             'items' => array_map(
189
-                function (ItemInterface $item) {
189
+                function(ItemInterface $item) {
190 190
                     return $item->toObject();
191 191
                 },
192 192
                 $this->items
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
         if (count($types)) {
231 231
             return array_filter(
232 232
                 $this->items,
233
-                function (ItemInterface $item) use ($types) {
233
+                function(ItemInterface $item) use ($types) {
234 234
                     return $item->isOfType(...$types);
235 235
                 }
236 236
             );
Please login to merge, or discard this patch.