diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/Mail/IMailer.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/Mail/IMailer.php b/lib/public/Mail/IMailer.php index db46401a3d8..94044f7c720 100644 --- a/lib/public/Mail/IMailer.php +++ b/lib/public/Mail/IMailer.php @@ -96,8 +96,6 @@ interface IMailer { public function send(IMessage $message): array; /** - * @deprecated 26.0.0 - * * @param string $email Email address to be validated * @return bool True if the mail address is valid, false otherwise * @since 8.1.0 |