Skip to content

Commit 1fbe80d

Browse files
committed
Merge branch '2.3' into 2.4
* 2.3: added @target annotations
2 parents ddbe58d + 04522b3 commit 1fbe80d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Validator/Constraints/UserPassword.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
/**
1717
* @Annotation
18+
* @Target({"PROPERTY", "METHOD", "ANNOTATION"})
1819
*/
1920
class UserPassword extends Constraint
2021
{

0 commit comments

Comments
 (0)