Skip to content

Commit de6e3aa

Browse files
committed
Merge branch '2.4'
* 2.4: [Validator] added missing @target [Validator] fixed @target config added @target annotations [Process] Add missing docblocks, remove variable declarations Conflicts: src/Symfony/Component/Process/Process.php src/Symfony/Component/Process/ProcessBuilder.php
2 parents 5c794ae + 1fbe80d commit de6e3aa

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)