소스 검색

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