chore: drop outdated deprecation comment from Mailer

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/51480/head
Ferdinand Thiessen 1 year ago
parent 7a95a1c3af
commit 4717f5cbc9
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
  1. 3
      lib/private/Mail/Mailer.php

@ -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
*/

Loading…
Cancel
Save