mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Automated formatting changes
This commit is contained in:
parent
9d239ebd98
commit
17453e225c
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user