浏览代码

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);