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

chore: drop outdated deprecation comment from Mailer
pull/51495/head
Ferdinand Thiessen 7 months ago committed by GitHub
commit 4d453d38de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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