summaryrefslogtreecommitdiffstats
path: root/Core/Validator/Constraints
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-04-23 12:57:22 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2014-04-23 15:35:47 +0200
commitdc630adb7e869e60d54d8e7a7f883987eff21a12 (patch)
treeeb47cc00bd8cf305546baeafb8a58ab7ee05762d /Core/Validator/Constraints
parent8fe3c7d8710f0eab18a505122a8839a8bce9815c (diff)
downloadsymfony-security-dc630adb7e869e60d54d8e7a7f883987eff21a12.zip
symfony-security-dc630adb7e869e60d54d8e7a7f883987eff21a12.tar.gz
symfony-security-dc630adb7e869e60d54d8e7a7f883987eff21a12.tar.bz2
added @Target annotationsv2.3.13
Diffstat (limited to 'Core/Validator/Constraints')
-rw-r--r--Core/Validator/Constraints/UserPassword.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Core/Validator/Constraints/UserPassword.php b/Core/Validator/Constraints/UserPassword.php
index 76c4b3b..aee4cda 100644
--- a/Core/Validator/Constraints/UserPassword.php
+++ b/Core/Validator/Constraints/UserPassword.php
@@ -15,6 +15,7 @@ use Symfony\Component\Validator\Constraint;
/**
* @Annotation
+ * @Target({"PROPERTY", "METHOD", "ANNOTATION"})
*/
class UserPassword extends Constraint
{