From 959bc5e99c341f299f2558105fe3af332f237172 Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Sun, 24 Jul 2022 17:54:32 +0200 Subject: [PATCH] [Form] Allow TranslatableInterface to the FormType help option --- reference/forms/types/options/help.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/options/help.rst.inc b/reference/forms/types/options/help.rst.inc index b0686c3f82e..f03933293b3 100644 --- a/reference/forms/types/options/help.rst.inc +++ b/reference/forms/types/options/help.rst.inc @@ -1,7 +1,7 @@ help ~~~~ -**type**: ``string`` or ``TranslatableMessage`` **default**: null +**type**: ``string`` or ``TranslatableInterface`` **default**: null Allows you to define a help message for the form field, which by default is rendered below the field::