From 87821bc0a9710c330431ebc4d5ebfa79d9e1e74e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 1 Nov 2024 00:08:08 +0000 Subject: [PATCH] Docs: Correct `@param` type in `fix_phpmailer_messageid()`. Follow-up to [48033]. Props justlevine. See #52217, #62281. git-svn-id: https://develop.svn.wordpress.org/trunk@59334 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/ms-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/ms-functions.php b/src/wp-includes/ms-functions.php index 0e77da10194d4..6f9ba85006f59 100644 --- a/src/wp-includes/ms-functions.php +++ b/src/wp-includes/ms-functions.php @@ -2273,7 +2273,7 @@ function add_new_user_to_blog( $user_id, $password, $meta ) { * * @since MU (3.0.0) * - * @param PHPMailer $phpmailer The PHPMailer instance (passed by reference). + * @param PHPMailer\PHPMailer\PHPMailer $phpmailer The PHPMailer instance (passed by reference). */ function fix_phpmailer_messageid( $phpmailer ) { $phpmailer->Hostname = get_network()->domain;