Skip to content

Commit 62afd7c

Browse files
committed
minor #15038 Unique validator: Better description for the value placeholder (derrabus)
This PR was merged into the 4.4 branch. Discussion ---------- Unique validator: Better description for the value placeholder The current description does not match the actual behavior of the validator, as spotted in symfony/symfony#40305 by @UFTimmy. Commits ------- 00fbbdc Unique validator: Better description for the value placeholder
2 parents 4ed8ef0 + 00fbbdc commit 62afd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Unique.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You can use the following parameters in this message:
107107
============================= ================================================
108108
Parameter Description
109109
============================= ================================================
110-
``{{ value }}`` The repeated value
110+
``{{ value }}`` The current (invalid) value
111111
============================= ================================================
112112

113113
.. include:: /reference/constraints/_payload-option.rst.inc

0 commit comments

Comments
 (0)