Parcourir la source

[DependencyInjection] Aesthetic changes on ContainerTest, consequence of not using a formatter.

Yuen-Chi Lian il y a 14 ans
Parent
commit
a0e00ff159

+ 2 - 1
tests/Symfony/Tests/Component/DependencyInjection/ContainerTest.php

@@ -408,7 +408,8 @@ class ProjectServiceContainer extends Container
         return $this->__foo_baz;
     }
 
-    protected function getCircularService(){
+    protected function getCircularService()
+    {
         return $this->get('circular');
     }
 }