Ver Fonte

tab to spaces

stealth35 há 14 anos atrás
pai
commit
4d62fd5e6c
1 ficheiros alterados com 1 adições e 1 exclusões
  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);