8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1019b commit d6ce8aeCopy full SHA for d6ce8ae
src/Symfony/Component/Validator/Constraints/PasswordStrengthValidator.php
@@ -16,7 +16,7 @@
16
17
final class PasswordStrengthValidator extends ConstraintValidator
18
{
19
- public function validate(mixed $value, Constraint $constraint): void
+ public function validate(#[\SensitiveParameter] mixed $value, Constraint $constraint): void
20
21
if (! $constraint instanceof PasswordStrength) {
22
throw new UnexpectedTypeException($constraint, PasswordStrength::class);
0 commit comments