Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -31,6 +31,7 @@ |
32 | 32 | /** |
33 | 33 | * @param $address Mixed: string with an email address, or a User object |
34 | 34 | * @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 |
35 | 36 | */ |
36 | 37 | function __construct( $address, $name = null, $realName = null ) { |
37 | 38 | if( is_object( $address ) && $address instanceof User ) { |
— | — | @@ -558,9 +559,8 @@ |
559 | 560 | * timestamp in proper timezone, etc) and sends it out. |
560 | 561 | * Returns true if the mail was sent successfully. |
561 | 562 | * |
562 | | - * @param User $watchingUser |
563 | | - * @param object $mail |
564 | | - * @return bool |
| 563 | + * @param $watchingUser User object |
| 564 | + * @return Boolean |
565 | 565 | * @private |
566 | 566 | */ |
567 | 567 | function sendPersonalised( $watchingUser ) { |