[Validator] corrected small docblock typo

This commit is contained in:
Douglas Greenshields 2012-05-09 12:25:32 +02:00
parent e54f4e46c9
commit 8009675dba

View File

@ -29,7 +29,7 @@ interface ConstraintValidatorInterface
* Checks if the passed value is valid. * Checks if the passed value is valid.
* *
* @param mixed $value The value that should be validated * @param mixed $value The value that should be validated
* @param Constraint $constraint The constrain for the validation * @param Constraint $constraint The constraint for the validation
* *
* @api * @api
*/ */