tweak UserMailer.php documentation. $replyto must be a MailAddress object and not...
authorJack Phoenix <ashley@users.mediawiki.org>
Mon, 19 Jan 2009 18:55:14 +0000 (18:55 +0000)
committerJack Phoenix <ashley@users.mediawiki.org>
Mon, 19 Jan 2009 18:55:14 +0000 (18:55 +0000)
includes/UserMailer.php

index bd4cd6e..831f53b 100644 (file)
@@ -101,7 +101,7 @@ class UserMailer {
         * @param $from MailAddress: sender's email
         * @param $subject String: email's subject.
         * @param $body String: email's text.
-        * @param $replyto String: optional reply-to email (default: null).
+        * @param $replyto MailAddress: optional reply-to email (default: null).
         * @param $contentType String: optional custom Content-Type
         * @return mixed True on success, a WikiError object on failure.
         */