소스 검색

tabs -> spaces

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

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

@@ -750,7 +750,7 @@ EOF;
     public function getParameterBag()
     {
         if (null === \$this->parameterBag) {
-        	\$this->parameterBag = new FrozenParameterBag(\$this->parameters);
+            \$this->parameterBag = new FrozenParameterBag(\$this->parameters);
         }
 
         return \$this->parameterBag;