Skip to content

Commit a45407c

Browse files
committed
Add the missing versionadded directive
1 parent 2922c9c commit a45407c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

reference/constraints/PasswordStrength.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
PasswordStrength
22
================
33

4+
.. versionadded:: 6.3
5+
6+
The ``PasswordStrength`` constraint was introduced in Symfony 6.3.
7+
48
Validates that the given password has reached the minimum strength required by
59
the constraint.
610

@@ -15,7 +19,7 @@ Basic Usage
1519

1620
The following constraint ensures that the ``rawPassword`` property of the
1721
``User`` class reaches the minimum strength required by the constraint.
18-
By default, the minimum required score is 2.
22+
By default, the minimum required score is ``2``.
1923

2024
.. configuration-block::
2125

0 commit comments

Comments
 (0)