File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ public function send(IMessage $message): array {
235235 /**
236236 * @param string $email Email address to be validated
237237 * @return bool True if the mail address is valid, false otherwise
238- * @deprecated 26 .0.0 use IEmailValidator. isValid instead
238+ * @deprecated 32 .0.0 use {@see IEmailValidator:: isValid()} instead
239239 */
240240 public function validateMailAddress (string $ email ): bool {
241241 return $ this ->emailValidator ->isValid ($ email );
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public function send(IMessage $message): array;
8080 * @param string $email Email address to be validated
8181 * @return bool True if the mail address is valid, false otherwise
8282 * @since 8.1.0
83- * @deprecated 26 .0.0 use IEmailValidator. isValid instead
83+ * @deprecated 32 .0.0 use {@see IEmailValidator:: isValid()} instead
8484 */
8585 public function validateMailAddress (string $ email ): bool ;
8686}
You can’t perform that action at this time.
0 commit comments