From b7d562acb884dda6cf63061c222a93057c9b102a Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Thu, 6 May 2021 23:34:17 +0530 Subject: [PATCH] [skip-ci] Update UPGRADING file with new `IMAP` namespace Followed by the bundled extension namespace RFC, #6925 updated the `IMAPConnection` class to `IMAP\Connection`. This updates the UPGRADING file to reflect that change. --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index 75a155c3e6ff9..6969ea1cd869b 100644 --- a/UPGRADING +++ b/UPGRADING @@ -63,7 +63,7 @@ PHP 8.1 UPGRADE NOTES instead of resources. - IMAP: - . The IMAP functions now accept and return, respectively, IMAPConnection objects + . The IMAP functions now accept and return, respectively, IMAP\Connection objects instead of resources. - LDAP: