From 20f23f6c4e6a492e000e66866b6d6849e1645026 Mon Sep 17 00:00:00 2001 From: Thibault Gattolliat Date: Mon, 20 Oct 2025 15:08:11 +0200 Subject: [PATCH] fix: formatting for `currency.rst` documentation 2 PHP codeblocks were missing. --- reference/forms/types/currency.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/forms/types/currency.rst b/reference/forms/types/currency.rst index 70881f38994..2de014af527 100644 --- a/reference/forms/types/currency.rst +++ b/reference/forms/types/currency.rst @@ -35,7 +35,7 @@ Overridden Options An active currency is one that is still in use today as `legal tender`_ somewhere. This option allows you to show only the currencies that are active -at that date: +at that date:: use Symfony\Component\Form\Extension\Core\Type\CurrencyType; @@ -94,7 +94,7 @@ regardless of their legal tender status. **type**: ``\DateTimeInterface::class`` or ``null`` **default**: ``null`` An inactive currency is one that is a legacy currency, no longer in circulation. -This option allows you to show only the currencies that are inactive at that date: +This option allows you to show only the currencies that are inactive at that date:: use Symfony\Component\Form\Extension\Core\Type\CurrencyType;