浏览代码

[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)
     {
-
         if (!$this->container->isFrozen() && count($this->container->getInterfaceInjectors()) > 0) {
-         	return false;
+            return false;
         }
 
         foreach (array_merge(array($definition), $this->getInlinedDefinitions($definition)) as $sDefinition) {