Skip to content

Commit 867e5e9

Browse files
apetitpafabpot
authored andcommitted
fix coding standard to comply with fabbot
1 parent b669e55 commit 867e5e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Constraints/EmailValidator.php

Lines changed: 2 additions & 2 deletions
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

@@ -157,7 +157,7 @@ private function checkHost($host)
157157
if ('' === $host) {
158158
return false;
159159
}
160-
160+
161161
return $this->checkMX($host) || (checkdnsrr($host, 'A') || checkdnsrr($host, 'AAAA'));
162162
}
163163
}

0 commit comments

Comments
 (0)