Skip to content

Commit 001734a

Browse files
committed
[Validator] fixed phpdoc
1 parent 18b9e68 commit 001734a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function validate($value, Constraint $constraint)
6262
/**
6363
* Check DNS Records for MX type.
6464
*
65-
* @param string $host Hostname
65+
* @param string $host Host
6666
*
6767
* @return Boolean
6868
*/
@@ -74,7 +74,7 @@ private function checkMX($host)
7474
/**
7575
* Check if one of MX, A or AAAA DNS RR exists.
7676
*
77-
* @param string $host Hostname
77+
* @param string $host Host
7878
*
7979
* @return Boolean
8080
*/

0 commit comments

Comments
 (0)