mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 11:30:22 +02:00
[ticket/12715] Cleanup comments in \phpbb\message\*
PHPBB3-12715
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user