[Validator] fixed phpdoc

This commit is contained in:
Fabien Potencier 2013-01-21 17:57:12 +01:00
parent 18b9e68861
commit 001734aa2e

View File

@ -62,7 +62,7 @@ class EmailValidator extends ConstraintValidator
/**
* Check DNS Records for MX type.
*
* @param string $host Hostname
* @param string $host Host
*
* @return Boolean
*/
@ -74,7 +74,7 @@ class EmailValidator extends ConstraintValidator
/**
* Check if one of MX, A or AAAA DNS RR exists.
*
* @param string $host Hostname
* @param string $host Host
*
* @return Boolean
*/