From 17453e225c65520b7e199b974b45ef32b3176ac2 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Mon, 11 Oct 2021 21:08:53 +0000 Subject: [PATCH] Automated formatting changes --- Message/Mail/Email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Message/Mail/Email.php b/Message/Mail/Email.php index ed299fb8b..7920536c7 100644 --- a/Message/Mail/Email.php +++ b/Message/Mail/Email.php @@ -895,7 +895,7 @@ class Email implements MessageInterface $errorcode = 0; if (\defined('INTL_IDNA_VARIANT_UTS46')) { - $punycode = \idn_to_ascii($domain, $errorcode, INTL_IDNA_VARIANT_UTS46); + $punycode = \idn_to_ascii($domain, $errorcode, \INTL_IDNA_VARIANT_UTS46); } else { $punycode = \idn_to_ascii($domain, $errorcode); }