Преглед на файлове

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