mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12715] Cleanup comments in \phpbb\message\*
PHPBB3-12715
This commit is contained in:
parent
d357dd9e47
commit
0d0465bc08
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue