diff --git a/src/Symfony/Component/Validator/ConstraintValidatorInterface.php b/src/Symfony/Component/Validator/ConstraintValidatorInterface.php index 6b287c663a..d4995a1372 100644 --- a/src/Symfony/Component/Validator/ConstraintValidatorInterface.php +++ b/src/Symfony/Component/Validator/ConstraintValidatorInterface.php @@ -29,7 +29,7 @@ interface ConstraintValidatorInterface * Checks if the passed value is valid. * * @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 */