We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5d33c7 + 58e55a1 commit 9a62380Copy full SHA for 9a62380
reference/constraints/Length.rst
@@ -123,8 +123,8 @@ Parameter Description
123
``{{ value }}`` The current (invalid) value
124
================= ============================================================
125
126
-exactly
127
-~~~~~~~
+``exactly``
+~~~~~~~~~~~
128
129
**type**: ``integer``
130
@@ -137,8 +137,8 @@ the given value's length is not **exactly** equal to this value.
137
without passing any named argument to it. This means that for example,
138
``#[Assert\Length(20)]`` and ``#[Assert\Length(exactly: 20)]`` are equivalent.
139
140
-exactMessage
141
-~~~~~~~~~~~~
+``exactMessage``
+~~~~~~~~~~~~~~~~
142
143
**type**: ``string`` **default**: ``This value should have exactly {{ limit }} characters.``
144
0 commit comments