Commit b1f12b19 authored by Taylor Otwell's avatar Taylor Otwell

fix comment on file::rmdir.

parent 8598721e
...@@ -242,12 +242,9 @@ class File { ...@@ -242,12 +242,9 @@ class File {
} }
/** /**
* Recursively copy directory contents to another directory. * Recursively delete a directory.
* *
* @param string $source * @param string $directory
* @param string $destination
* @param bool $delete
* @param int $options
* @return void * @return void
*/ */
public static function rmdir($directory) public static function rmdir($directory)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment