Skip to content

Commit

Permalink
merged branch shieldo/fix_docblock (PR #4579)
Browse files Browse the repository at this point in the history
Commits
-------

9e71b42 [Validator] fixed typo in docblock

Discussion
----------

[Validator] fixed typo in docblock
  • Loading branch information
fabpot committed Jun 14, 2012
2 parents 6448fd0 + 9e71b42 commit 7c91ee5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@
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
Expand Down

0 comments on commit 7c91ee5

Please sign in to comment.