You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The check and error message at DNSCheckValidation.php:38 seems unnecessary. Because if the extension doesn't exist, the function is provided by the package symfony/polyfill-intl-idn you defined as dependency in your composer.json.
As symfony/polyfill-intl-idn is a "hard" dependency and not just a suggestion, ! function_exists('idn_to_ascii') will never return true.
The text was updated successfully, but these errors were encountered:
The check and error message at DNSCheckValidation.php:38 seems unnecessary. Because if the extension doesn't exist, the function is provided by the package
symfony/polyfill-intl-idn
you defined as dependency in your composer.json.As
symfony/polyfill-intl-idn
is a "hard" dependency and not just a suggestion,! function_exists('idn_to_ascii')
will never return true.The text was updated successfully, but these errors were encountered: