Skip to content

Commit c4d8733

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [Validator] Change Range and Legth description formatting
2 parents 99bded8 + 126b105 commit c4d8733

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

reference/constraints/Length.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Validator :class:`Symfony\\Component\\Validator\\Constraints\\LengthValidator`
2323
Basic Usage
2424
-----------
2525

26-
To verify that the ``firstName`` field length of a class is between "2"
27-
and "50", you might add the following:
26+
To verify that the ``firstName`` field length of a class is between ``2``
27+
and ``50``, you might add the following:
2828

2929
.. configuration-block::
3030

reference/constraints/Range.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Validator :class:`Symfony\\Component\\Validator\\Constraints\\RangeValidator`
2323
Basic Usage
2424
-----------
2525

26-
To verify that the "height" field of a class is between "120" and "180",
26+
To verify that the ``height`` field of a class is between ``120`` and ``180``,
2727
you might add the following:
2828

2929
.. configuration-block::

0 commit comments

Comments
 (0)