Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit dc630ad

Browse files
committed
added @target annotations
1 parent 8fe3c7d commit dc630ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Core/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)