[ticket/12715] Cleanup comments in \phpbb\message\*

PHPBB3-12715
This commit is contained in:
Tristan Darricau 2014-06-15 14:23:36 +02:00
parent d357dd9e47
commit 0d0465bc08

View file

@ -106,7 +106,7 @@ class message
/** /**
* Add a recipient from \phpbb\user * Add a recipient from \phpbb\user
* *
* @param \phpbb\user $user * @param array $user
* @return null * @return null
*/ */
public function add_recipient_from_user_row(array $user) public function add_recipient_from_user_row(array $user)
@ -231,7 +231,7 @@ class message
* Send the email * Send the email
* *
* @param \messenger $messenger * @param \messenger $messenger
* @param string $phpEx * @param string $contact
* @return null * @return null
*/ */
public function send(\messenger $messenger, $contact) public function send(\messenger $messenger, $contact)