Skip to content

Commit 0b025e9

Browse files
committed
minor #17055 [Form] Allow TranslatableInterface to the FormType help option (alamirault)
This PR was merged into the 6.2 branch. Discussion ---------- [Form] Allow TranslatableInterface to the FormType help option Symfony PR: symfony/symfony#47050 Supports TranslatableInterface FormType help option. Commits ------- 959bc5e [Form] Allow TranslatableInterface to the FormType help option
2 parents 7d83ece + 959bc5e commit 0b025e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/help.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
help
22
~~~~
33

4-
**type**: ``string`` or ``TranslatableMessage`` **default**: null
4+
**type**: ``string`` or ``TranslatableInterface`` **default**: null
55

66
Allows you to define a help message for the form field, which by default is
77
rendered below the field::

0 commit comments

Comments
 (0)