merged branch shieldo/patch-4 (PR #4234)

Commits
-------

8009675 [Validator] corrected small docblock typo

Discussion
----------

[Validator] corrected small docblock typo

---------------------------------------------------------------------------

by travisbot at 2012-05-09T10:30:15Z

This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1284151) (merged 8009675d into e54f4e46).
This commit is contained in:
Fabien Potencier 2012-05-09 16:04:48 +02:00
commit e66a0bb32a

View File

@ -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
*/