Passed
Branch master (489776)
by P.R.
17:19
created
src/CorePageDecorator.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
   {
87 87
     echo '<!DOCTYPE html>';
88 88
     echo Html::generateTag('html',
89
-                           ['xmlns'    => 'http://www.w3.org/1999/xhtml',
89
+                            ['xmlns'    => 'http://www.w3.org/1999/xhtml',
90 90
                             'xml:lang' => $this->nub->babel->getLang(),
91 91
                             'lang'     => $this->nub->babel->getLang()]);
92 92
     echo '<head>';
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
     echo '</div>';
74 74
     $this->echoPageTrailer();
75 75
 
76
-    $content = ob_get_clean();
76
+    $content=ob_get_clean();
77 77
 
78 78
     return new HtmlResponse($content);
79 79
   }
Please login to merge, or discard this patch.