Passed
Push — fix ( 65c360 )
by Arnaud
03:21
created
src/Generator/AbstractGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     {
47 47
         $this->generate();
48 48
 
49
-        $this->generatedPages->map(function (\Cecil\Collection\Page\Page $page) {
49
+        $this->generatedPages->map(function(\Cecil\Collection\Page\Page $page) {
50 50
             if (!$page->hasVariable('language')) {
51 51
                 $page->setVariable('language', $this->config->getLanguageDefault());
52 52
             }
Please login to merge, or discard this patch.