Skip to content

Commit 0d0465b

Browse files
committed
[ticket/12715] Cleanup comments in \phpbb\message\*
PHPBB3-12715
1 parent d357dd9 commit 0d0465b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

phpBB/phpbb/message/message.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function set_template_vars($template_vars)
106106
/**
107107
* Add a recipient from \phpbb\user
108108
*
109-
* @param \phpbb\user $user
109+
* @param array $user
110110
* @return null
111111
*/
112112
public function add_recipient_from_user_row(array $user)
@@ -231,7 +231,7 @@ public function cc_sender()
231231
* Send the email
232232
*
233233
* @param \messenger $messenger
234-
* @param string $phpEx
234+
* @param string $contact
235235
* @return null
236236
*/
237237
public function send(\messenger $messenger, $contact)

0 commit comments

Comments
 (0)