[Validator] added missing @Target

This commit is contained in:
Fabien Potencier 2014-04-23 16:06:59 +02:00
parent 99ca3f384e
commit dd175cfcd8

View File

@ -15,6 +15,7 @@ use Symfony\Component\Validator\Constraint;
/**
* @Annotation
* @Target({"CLASS", "PROPERTY", "METHOD", "ANNOTATION"})
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Bernhard Schussek <bschussek@gmail.com>