Use LF line separator

This commit is contained in:
apetitpa 2017-03-23 12:49:26 +01:00 committed by Fabien Potencier
parent 60392fdd43
commit a090ef855a

View File

@ -141,7 +141,7 @@ class EmailValidator extends ConstraintValidator
if ('' === $host) { if ('' === $host) {
return false; return false;
} }
return checkdnsrr($host, 'MX'); return checkdnsrr($host, 'MX');
} }