Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
8748ce26e0
Modificáronse 1 ficheiros con 7 adicións e 6 borrados
  1. 7 6
      Controller/ConfiguratorController.php

+ 7 - 6
Controller/ConfiguratorController.php

@@ -103,10 +103,11 @@ class ConfiguratorController extends ContainerAware
             'version'     => $this->getVersion(),
         ));
     }
-		
-		public function getVersion()
-		{
-			$kernel = $this->container->get('kernel');
-			return $kernel::VERSION;
-		}
+
+    public function getVersion()
+    {
+        $kernel = $this->container->get('kernel');
+
+        return $kernel::VERSION;
+    }
 }