Completed
Push — analysis-zD1V2n ( 5da801 )
by Arnaud
06:30 queued 04:22
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.