소스 검색

[DependenInjection] fixed CS

Fabien Potencier 14 년 전
부모
커밋
68011c0dd6
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php

+ 1 - 2
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php

@@ -375,9 +375,8 @@ EOF;
      */
      */
     private function isSimpleInstance($id, $definition)
     private function isSimpleInstance($id, $definition)
     {
     {
-
         if (!$this->container->isFrozen() && count($this->container->getInterfaceInjectors()) > 0) {
         if (!$this->container->isFrozen() && count($this->container->getInterfaceInjectors()) > 0) {
-         	return false;
+            return false;
         }
         }
 
 
         foreach (array_merge(array($definition), $this->getInlinedDefinitions($definition)) as $sDefinition) {
         foreach (array_merge(array($definition), $this->getInlinedDefinitions($definition)) as $sDefinition) {