Browse Source

fix comment on file::rmdir.

Taylor Otwell 13 years ago
parent
commit
b1f12b19bf
1 changed files with 2 additions and 5 deletions
  1. 2 5
      laravel/file.php

+ 2 - 5
laravel/file.php

@@ -242,12 +242,9 @@ class File {
 	}
 
 	/**
-	 * Recursively copy directory contents to another directory.
+	 * Recursively delete a directory.
 	 *
-	 * @param  string  $source
-	 * @param  string  $destination
-	 * @param  bool    $delete
-	 * @param  int     $options
+	 * @param  string  $directory
 	 * @return void
 	 */
 	public static function rmdir($directory)