Merge pull request #51480 from nextcloud/fix/deprecation-comment

chore: drop outdated deprecation comment from Mailer
This commit is contained in:
Ferdinand Thiessen 2025-03-17 18:43:44 +01:00 committed by GitHub
commit 4d453d38de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -232,9 +232,6 @@ class Mailer implements IMailer {
}
/**
* @deprecated 26.0.0 Implicit validation is done in \OC\Mail\Message::setRecipients
* via \Symfony\Component\Mime\Address::__construct
*
* @param string $email Email address to be validated
* @return bool True if the mail address is valid, false otherwise
*/