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