Completed
Pull Request — 1.5 (#885)
by Rafał
10:19
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.