Completed
Push — v2 ( 8a3d8e...75137a )
by Joschi
05:19
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.