fix comment on file::rmdir.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user