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`
2323Basic 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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Validator :class:`Symfony\\Component\\Validator\\Constraints\\RangeValidator`
2222Basic Usage
2323-----------
2424
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 `` ,
2626you might add the following:
2727
2828.. configuration-block ::
You can’t perform that action at this time.
0 commit comments