Completed
Push — 1.5 ( c5bd05...970e37 )
by Rafał
10:47 queued 10s
created
SWP/Bundle/CoreBundle/Controller/RelatedArticleOrganizationController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
 
75 75
     private function getRelated(PackageInterface $package): RelatedArticleList
76 76
     {
77
-        $relatedItemsGroups = $package->getGroups()->filter(function ($group) {
77
+        $relatedItemsGroups = $package->getGroups()->filter(function($group) {
78 78
             return GroupInterface::TYPE_RELATED === $group->getType();
79 79
         });
80 80
 
Please login to merge, or discard this patch.