r69506 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69505‎ | r69506 | r69507 >
Date:13:18, 18 July 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
@@ -31,6 +31,7 @@
3232 /**
3333 * @param $address Mixed: string with an email address, or a User object
3434 * @param $name String: human-readable name if a string address is given
 35+ * @param $realName String: human-readable real name if a string address is given
3536 */
3637 function __construct( $address, $name = null, $realName = null ) {
3738 if( is_object( $address ) && $address instanceof User ) {
@@ -558,9 +559,8 @@
559560 * timestamp in proper timezone, etc) and sends it out.
560561 * Returns true if the mail was sent successfully.
561562 *
562 - * @param User $watchingUser
563 - * @param object $mail
564 - * @return bool
 563+ * @param $watchingUser User object
 564+ * @return Boolean
565565 * @private
566566 */
567567 function sendPersonalised( $watchingUser ) {

Status & tagging log