Completed
Push — collection-position ( c2365c...229419 )
by Arnaud
02:11
created
src/Generator/Pagination.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         $configPaginationPath = $this->config->get('site.pagination.path');
32 32
 
33 33
         // filter pages: home and sections
34
-        $filteredPages = $this->pagesCollection->filter(function (Page $page) {
34
+        $filteredPages = $this->pagesCollection->filter(function(Page $page) {
35 35
             return in_array($page->getType(), [Type::HOMEPAGE, Type::SECTION, Type::TERM]);
36 36
         });
37 37
         /* @var $page Page */
Please login to merge, or discard this patch.