fix wrong documentation

This commit is contained in:
Frank Karlitschek 2012-06-06 14:18:30 +02:00
parent 190fca1121
commit 2ddb72bb58
1 changed files with 1 additions and 12 deletions

View File

@ -88,19 +88,8 @@ class OC_Mail {
/**
* sending a mail based on a template
* return the footer for a mail
*
* @param texttemplate $texttemplate
* @param htmltemplate $htmltemplate
* @param data $data
* @param To $toaddress
* @param ToName $toname
* @param Subject $subject
* @param From $fromaddress
* @param FromName $fromname
* @param ccaddress $ccaddress
* @param ccname $ccname
* @param bcc $bcc
*/
public static function getfooter() {