Completed
Push — analysis-qMmrp2 ( faf6cd )
by Arnaud
02:51 queued 01:09
created
src/Renderer/Site.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 
59 59
     public function getPages()
60 60
     {
61
-        return $this->builder->getPages()->filter(function (Page $page) {
61
+        return $this->builder->getPages()->filter(function(Page $page) {
62 62
             return $page->getVariable('published');
63 63
         });
64 64
     }
Please login to merge, or discard this patch.