Completed
Push — 1.5 ( 51c4c2...846d5e )
by Rafał
27:12 queued 16:58
created
src/SWP/Bundle/ContentBundle/EventListener/ProcessArticleMediaListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         }
43 43
 
44 44
         $items = $package->getItems()->filter(
45
-            function ($entry) use ($guids) {
45
+            function($entry) use ($guids) {
46 46
                 return !\in_array($entry->getGuid(), $guids, true);
47 47
             }
48 48
         );
Please login to merge, or discard this patch.