We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b669e55 commit 867e5e9Copy full SHA for 867e5e9
Constraints/EmailValidator.php
@@ -141,7 +141,7 @@ private function checkMX($host)
141
if ('' === $host) {
142
return false;
143
}
144
-
+
145
return checkdnsrr($host, 'MX');
146
147
@@ -157,7 +157,7 @@ private function checkHost($host)
157
158
159
160
161
return $this->checkMX($host) || (checkdnsrr($host, 'A') || checkdnsrr($host, 'AAAA'));
162
163
0 commit comments