File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Overridden Options
3535
3636An active currency is one that is still in use today as `legal tender `_
3737somewhere. This option allows you to show only the currencies that are active
38- at that date:
38+ at that date::
3939
4040 use Symfony\Component\Form\Extension\Core\Type\CurrencyType;
4141
@@ -94,7 +94,7 @@ regardless of their legal tender status.
9494**type **: ``\DateTimeInterface::class `` or ``null `` **default **: ``null ``
9595
9696An inactive currency is one that is a legacy currency, no longer in circulation.
97- This option allows you to show only the currencies that are inactive at that date:
97+ This option allows you to show only the currencies that are inactive at that date::
9898
9999 use Symfony\Component\Form\Extension\Core\Type\CurrencyType;
100100
You can’t perform that action at this time.
0 commit comments