mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore: drop outdated deprecation comment from Mailer
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
7a95a1c3af
commit
4717f5cbc9
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Reference in a new issue