Skip to content

Commit 9a62380

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: [Validator] Add missing backquotes
2 parents e5d33c7 + 58e55a1 commit 9a62380

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/constraints/Length.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ Parameter Description
123123
``{{ value }}`` The current (invalid) value
124124
================= ============================================================
125125

126-
exactly
127-
~~~~~~~
126+
``exactly``
127+
~~~~~~~~~~~
128128

129129
**type**: ``integer``
130130

@@ -137,8 +137,8 @@ the given value's length is not **exactly** equal to this value.
137137
without passing any named argument to it. This means that for example,
138138
``#[Assert\Length(20)]`` and ``#[Assert\Length(exactly: 20)]`` are equivalent.
139139

140-
exactMessage
141-
~~~~~~~~~~~~
140+
``exactMessage``
141+
~~~~~~~~~~~~~~~~
142142

143143
**type**: ``string`` **default**: ``This value should have exactly {{ limit }} characters.``
144144

0 commit comments

Comments
 (0)