diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-04-23 16:04:21 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-04-23 16:04:21 +0200 |
commit | 51da92e1e61e4ab73e5de664e6f8e22c59147deb (patch) | |
tree | 18db11f8e7b3230aaacace1063f56df7174c86a2 /Core | |
parent | 013e84fe863ea6de2f314ae5b813e9fc51aabe55 (diff) | |
parent | dc630adb7e869e60d54d8e7a7f883987eff21a12 (diff) | |
download | symfony-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.php | 1 |
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 { |