Completed
Push — master ( 5042d5...896299 )
by Jan
06:27
created
src/Controller/HomepageController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         $banner = $this->getParameter('banner');
56 56
         if (empty($banner)) {
57 57
             $banner_path = $this->kernel->getProjectDir()
58
-                . DIRECTORY_SEPARATOR . 'config' . DIRECTORY_SEPARATOR . 'banner.md';
58
+                . DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'banner.md';
59 59
 
60 60
             return file_get_contents($banner_path);
61 61
         }
Please login to merge, or discard this patch.