Completed
Push — master ( 0a7983...ff5ead )
by
unknown
05:03 queued 02:42
created
src/AppBundle/Controller/DefaultController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     {
36 36
         // replace this example code with whatever you need
37 37
         return $this->render('default/index.html.twig', array(
38
-            'base_dir' => realpath($this->container->getParameter('kernel.root_dir').'/..'),
38
+            'base_dir' => realpath($this->container->getParameter('kernel.root_dir') . '/..'),
39 39
         ));
40 40
     }
41 41
 }
Please login to merge, or discard this patch.