merged branch shieldo/fix_docblock (PR #4579)

Commits
-------

9e71b42 [Validator] fixed typo in docblock

Discussion
----------

[Validator] fixed typo in docblock
This commit is contained in:
Fabien Potencier 2012-06-14 13:31:33 +02:00
commit 7c91ee5755

View File

@ -20,7 +20,7 @@ use Symfony\Component\Validator\Constraint;
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.
*
* @param Constraint $constraint The source constraint