]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix wrong documentation
authorFrank Karlitschek <frank@owncloud.org>
Wed, 6 Jun 2012 12:18:30 +0000 (14:18 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Wed, 6 Jun 2012 12:18:30 +0000 (14:18 +0200)
lib/mail.php

index b46f73bd94b86202c36b07d4bbb1235f7fa0654a..7343f5f0d97a7271b8035e4c7913318aa3586124 100644 (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() {