Completed
Push — internationalization ( 50fb1f )
by Arnaud
02:01
created
src/Generator/Section.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         $sections = [];
26 26
 
27 27
         // excludes pages in other language than default
28
-        $filteredPages = $this->pagesCollection->filter(function (Page $page) {
28
+        $filteredPages = $this->pagesCollection->filter(function(Page $page) {
29 29
             return !$page->hasVariable('language');
30 30
         });
31 31
 
Please login to merge, or discard this patch.