8000 Use LF line separator · symfony/symfony@a090ef8 · GitHub
[go: up one dir, main page]

Skip to content

Commit a090ef8

Browse files
apetitpafabpot
apetitpa
authored andcommitted
Use LF line separator
1 parent 60392fd commit a090ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Constraints/EmailValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private function checkMX($host)
141141
if ('' === $host) {
142142
return false;
143143
}
144-
144+
145145
return checkdnsrr($host, 'MX');
146146
}
147147

0 commit comments

Comments
 (0)
0