summaryrefslogtreecommitdiffstats
path: root/Core
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-04-23 16:04:21 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2014-04-23 16:04:21 +0200
commit51da92e1e61e4ab73e5de664e6f8e22c59147deb (patch)
tree18db11f8e7b3230aaacace1063f56df7174c86a2 /Core
parent013e84fe863ea6de2f314ae5b813e9fc51aabe55 (diff)
parentdc630adb7e869e60d54d8e7a7f883987eff21a12 (diff)
downloadsymfony-security-51da92e1e61e4ab73e5de664e6f8e22c59147deb.zip
symfony-security-51da92e1e61e4ab73e5de664e6f8e22c59147deb.tar.gz
symfony-security-51da92e1e61e4ab73e5de664e6f8e22c59147deb.tar.bz2
Merge branch '2.3' into 2.4
* 2.3: added @Target annotations
Diffstat (limited to 'Core')
-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
{