فهرست منبع

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