mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +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
|
||||
*
|
||||
* @param \phpbb\user $user
|
||||
* @param array $user
|
||||
* @return null
|
||||
*/
|
||||
public function add_recipient_from_user_row(array $user)
|
||||
@@ -231,7 +231,7 @@ class message
|
||||
* Send the email
|
||||
*
|
||||
* @param \messenger $messenger
|
||||
* @param string $phpEx
|
||||
* @param string $contact
|
||||
* @return null
|
||||
*/
|
||||
public function send(\messenger $messenger, $contact)
|
||||
|
Reference in New Issue
Block a user