1
0
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:
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
*
* @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)