fix wrong documentation
This commit is contained in:
parent
190fca1121
commit
2ddb72bb58
13
lib/mail.php
13
lib/mail.php
|
@ -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() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue