Completed
Push — feature-output-formats ( 9a191a...af00dc )
by Arnaud
02:33
created
src/Generator/Homepage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     {
25 25
         $generatedPages = new PagesCollection();
26 26
 
27
-        $subPages = $pagesCollection->filter(function (Page $page) {
27
+        $subPages = $pagesCollection->filter(function(Page $page) {
28 28
             return $page->getType() == TYPE::PAGE;
29 29
         });
30 30
         $pages = $subPages->sortByDate();
Please login to merge, or discard this patch.