fix comment on file::rmdir.

This commit is contained in:
Taylor Otwell 2012-02-03 14:01:24 -06:00
parent 8598721e26
commit b1f12b19bf
1 changed files with 2 additions and 5 deletions

View File

@ -242,12 +242,9 @@ public static function cpdir($source, $destination, $delete = false, $options =
}
/**
* 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)