소스 검색

tab to spaces

stealth35 14 년 전
부모
커밋
4d62fd5e6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/Util/Filesystem.php

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Util/Filesystem.php

@@ -104,7 +104,7 @@ class Filesystem
             if (is_dir($file) && !is_link($file)) {
                 $fi = new FilesystemIterator($file);
                 foreach($fi as $item) {
-                	$this->remove($item->getPathname());
+                    $this->remove($item->getPathname());
                 }           
 
                 rmdir($file);