File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ Validator :class:`Symfony\\Component\\Validator\\Constraints\\LengthValidator`
23
23
Basic Usage
24
24
-----------
25
25
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:
28
28
29
29
.. configuration-block ::
30
30
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Validator :class:`Symfony\\Component\\Validator\\Constraints\\RangeValidator`
22
22
Basic Usage
23
23
-----------
24
24
25
- To verify that the " height" field of a class is between " 120" and " 180" ,
25
+ To verify that the `` height `` field of a class is between `` 120 `` and `` 180 `` ,
26
26
you might add the following:
27
27
28
28
.. configuration-block ::
You can’t perform that action at this time.
0 commit comments