Skip to content

Commit 9e130f3

Browse files
committed
[Validator] Remove Doctrine annotations support
1 parent 0b8b145 commit 9e130f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Validator/Constraints/UserPassword.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313

1414
use Symfony\Component\Validator\Constraint;
1515

16-
/**
17-
* @Annotation
18-
* @Target({"PROPERTY", "METHOD", "ANNOTATION"})
19-
*/
2016
#[\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
2117
class UserPassword extends Constraint
2218
{

0 commit comments

Comments
 (0)