Completed
Push — master ( 468f99...0748be )
by Dan
21s queued 10s
created
testapp/app/AppKernel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,11 +19,11 @@
 block discarded – undo
19 19
 
20 20
     public function registerContainerConfiguration(LoaderInterface $loader)
21 21
     {
22
-        $loader->load($this->getProjectDir() . '/app/config/config_' . $this->getEnvironment() . '.yml');
22
+        $loader->load($this->getProjectDir().'/app/config/config_'.$this->getEnvironment().'.yml');
23 23
     }
24 24
 
25 25
     public function getProjectDir()
26 26
     {
27
-        return realpath(__DIR__ . '/../');
27
+        return realpath(__DIR__.'/../');
28 28
     }
29 29
 }
Please login to merge, or discard this patch.