Completed
Push — feature-output-formats ( da8940...53282f )
by Arnaud
02:17
created
src/Generator/Pagination.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         $paginationSections = $this->config->get('site.pagination.sections');
36 36
 
37 37
         // filter pages: home and sections
38
-        $filteredPages = $pagesCollection->filter(function (Page $page) {
38
+        $filteredPages = $pagesCollection->filter(function(Page $page) {
39 39
             return in_array($page->getType(), [Type::HOMEPAGE, Type::SECTION]);
40 40
         });
41 41
         /* @var $page Page */
Please login to merge, or discard this patch.