Completed
Push — dependabot/composer/phpunit/ph... ( 55b32c )
by
unknown
05:37
created
src/Renderer/Site.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
      */
91 91
     public function getPages()
92 92
     {
93
-        return $this->builder->getPages()->filter(function (Page $page) {
93
+        return $this->builder->getPages()->filter(function(Page $page) {
94 94
             return $page->getVariable('published');
95 95
         });
96 96
     }
Please login to merge, or discard this patch.