fixed typo

This commit is contained in:
Fabien Potencier 2014-04-23 17:17:21 +02:00
parent 61e287e0b6
commit aa5d62d8bc

View File

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