Fixed typo in ConstraintValidatorFactoryInterface PHPDoc (2.0)

This commit is contained in:
Raul Fraile 2012-06-06 15:13:50 +03:00
parent 9a5e6c9081
commit 26d416fe51

View File

@ -20,7 +20,7 @@ use Symfony\Component\Validator\Constraint;
interface ConstraintValidatorFactoryInterface interface ConstraintValidatorFactoryInterface
{ {
/** /**
* Given a Constrain, this returns the ConstraintValidatorInterface * Given a Constraint, this returns the ConstraintValidatorInterface
* object that should be used to verify its validity. * object that should be used to verify its validity.
* *
* @param Constraint $constraint The source constraint * @param Constraint $constraint The source constraint