Completed
Pull Request — feature-output-formats (#264)
by Arnaud
08:36 queued 06:30
created
src/Generator/Pagination.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
-        $filteredPages = $pagesCollection->filter(function (Page $page) {
27
+        $filteredPages = $pagesCollection->filter(function(Page $page) {
28 28
             return in_array($page->getType(), [Type::HOMEPAGE, Type::SECTION]);
29 29
         });
30 30
 
Please login to merge, or discard this patch.