File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -201,10 +201,16 @@ You can use the following parameters in this message:
201
201
Parameter Description
202
202
====================== ============================================================
203
203
``{{ limit }} `` The expected maximum length
204
+ ``{{ min }} `` The expected minimum length
205
+ ``{{ max }} `` The expected maximum length
204
206
``{{ value }} `` The current (invalid) value
205
207
``{{ value_length }} `` The current value's length
206
208
====================== ============================================================
207
209
210
+ .. versionadded :: 7.4
211
+
212
+ The `{{ min }} ` and `{{ max }} ` parameters were introduced in Symfony 7.4.
213
+
208
214
``min ``
209
215
~~~~~~~
210
216
@@ -233,10 +239,16 @@ You can use the following parameters in this message:
233
239
Parameter Description
234
240
====================== ============================================================
235
241
``{{ limit }} `` The expected minimum length
242
+ ``{{ min }} `` The expected minimum length
243
+ ``{{ max }} `` The expected maximum length
236
244
``{{ value }} `` The current (invalid) value
237
245
``{{ value_length }} `` The current value's length
238
246
====================== ============================================================
239
247
248
+ .. versionadded :: 7.4
249
+
250
+ The `{{ min }} ` and `{{ max }} ` parameters were introduced in Symfony 7.4.
251
+
240
252
.. include :: /reference/constraints/_normalizer-option.rst.inc
241
253
242
254
.. include :: /reference/constraints/_payload-option.rst.inc
You can’t perform that action at this time.
0 commit comments