Completed
Push — master ( 1c5dc9...44055b )
by Dev
03:59
created
src/Service/FeedDumpService.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,8 +103,7 @@
 block discarded – undo
103 103
         $links = [];
104 104
         foreach ($pages as $key => $page) {
105 105
             $links[$key] = 'homepage' == $page->getSlug() ?
106
-                $this->pc->generatePathForHomepage() :
107
-                $this->pc->generatePathForPage($page->getRealSlug())
106
+                $this->pc->generatePathForHomepage() : $this->pc->generatePathForPage($page->getRealSlug())
108 107
             ;
109 108
         }
110 109
 
Please login to merge, or discard this patch.