Skip to content

Commit d8928a2

Browse files
committed
minor #21522 fix: formatting for currency.rst documentation (Crovitche-1623)
This PR was merged into the 7.4 branch. Discussion ---------- fix: formatting for `currency.rst` documentation Following our conversation on slack `@javiereguiluz`: 2 PHP codeblocks were missing. Commits ------- 20f23f6 fix: formatting for `currency.rst` documentation
2 parents e24b214 + 20f23f6 commit d8928a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/currency.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Overridden Options
3535

3636
An active currency is one that is still in use today as `legal tender`_
3737
somewhere. 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

9696
An 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

0 commit comments

Comments
 (0)