Commit b1f12b19 authored by Taylor Otwell's avatar Taylor Otwell

fix comment on file::rmdir.

parent 8598721e
......@@ -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)
......
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