瀏覽代碼

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

Yuen-Chi Lian 14 年之前
父節點
當前提交
a0e00ff159
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tests/Symfony/Tests/Component/DependencyInjection/ContainerTest.php

+ 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');
     }
 }