Skip to content

Commit 4c1c1f5

Browse files
committed
fixup! Use PHP attributes when creating custom validation constraints
1 parent 3eadd89 commit 4c1c1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/custom_constraint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ First you need to create a Constraint class and extend :class:`Symfony\\Componen
4646
4747
.. versionadded:: 5.2
4848

49-
The ability to use PHP attributes to configure constraint was introduced in
49+
The ability to use PHP attributes to configure constraints was introduced in
5050
Symfony 5.2. Prior to this, Doctrine Annotations were the only way to
5151
annotate constraints.
5252

0 commit comments

Comments
 (0)