We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d357dd9 commit 0d0465bCopy full SHA for 0d0465b
1 file changed
phpBB/phpbb/message/message.php
@@ -106,7 +106,7 @@ public function set_template_vars($template_vars)
106
/**
107
* Add a recipient from \phpbb\user
108
*
109
- * @param \phpbb\user $user
+ * @param array $user
110
* @return null
111
*/
112
public function add_recipient_from_user_row(array $user)
@@ -231,7 +231,7 @@ public function cc_sender()
231
* Send the email
232
233
* @param \messenger $messenger
234
- * @param string $phpEx
+ * @param string $contact
235
236
237
public function send(\messenger $messenger, $contact)
0 commit comments