From 908ba024da7a10e56e30e2f53062c3d17bffcf8e Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 9 Jun 2026 12:43:45 +0200 Subject: [PATCH] Default FormType data to mixed --- stubs/Symfony/Component/Form/AbstractType.stub | 2 +- stubs/Symfony/Component/Form/FormBuilderInterface.stub | 2 +- stubs/Symfony/Component/Form/FormConfigBuilderInterface.stub | 2 +- stubs/Symfony/Component/Form/FormConfigInterface.stub | 2 +- stubs/Symfony/Component/Form/FormInterface.stub | 2 +- stubs/Symfony/Component/Form/FormTypeExtensionInterface.stub | 2 +- stubs/Symfony/Component/Form/FormTypeInterface.stub | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stubs/Symfony/Component/Form/AbstractType.stub b/stubs/Symfony/Component/Form/AbstractType.stub index e99b746c..fab514d5 100644 --- a/stubs/Symfony/Component/Form/AbstractType.stub +++ b/stubs/Symfony/Component/Form/AbstractType.stub @@ -3,7 +3,7 @@ namespace Symfony\Component\Form; /** - * @template TData + * @template TData = mixed * * @implements FormTypeInterface */ diff --git a/stubs/Symfony/Component/Form/FormBuilderInterface.stub b/stubs/Symfony/Component/Form/FormBuilderInterface.stub index fe578c50..1ccf9a12 100644 --- a/stubs/Symfony/Component/Form/FormBuilderInterface.stub +++ b/stubs/Symfony/Component/Form/FormBuilderInterface.stub @@ -3,7 +3,7 @@ namespace Symfony\Component\Form; /** - * @template TData + * @template TData = mixed * * @extends \Traversable> * @extends FormConfigBuilderInterface diff --git a/stubs/Symfony/Component/Form/FormConfigBuilderInterface.stub b/stubs/Symfony/Component/Form/FormConfigBuilderInterface.stub index a167ce43..8acda35f 100644 --- a/stubs/Symfony/Component/Form/FormConfigBuilderInterface.stub +++ b/stubs/Symfony/Component/Form/FormConfigBuilderInterface.stub @@ -3,7 +3,7 @@ namespace Symfony\Component\Form; /** - * @template TData + * @template TData = mixed * * @extends FormConfigInterface */ diff --git a/stubs/Symfony/Component/Form/FormConfigInterface.stub b/stubs/Symfony/Component/Form/FormConfigInterface.stub index 942d467b..02183ee2 100644 --- a/stubs/Symfony/Component/Form/FormConfigInterface.stub +++ b/stubs/Symfony/Component/Form/FormConfigInterface.stub @@ -3,7 +3,7 @@ namespace Symfony\Component\Form; /** - * @template TData + * @template TData = mixed */ interface FormConfigInterface { diff --git a/stubs/Symfony/Component/Form/FormInterface.stub b/stubs/Symfony/Component/Form/FormInterface.stub index 4bd21229..711bae2d 100644 --- a/stubs/Symfony/Component/Form/FormInterface.stub +++ b/stubs/Symfony/Component/Form/FormInterface.stub @@ -3,7 +3,7 @@ namespace Symfony\Component\Form; /** - * @template TData + * @template TData = mixed * * @extends \ArrayAccess> * @extends \Traversable> diff --git a/stubs/Symfony/Component/Form/FormTypeExtensionInterface.stub b/stubs/Symfony/Component/Form/FormTypeExtensionInterface.stub index a03d5e1c..86b0943b 100644 --- a/stubs/Symfony/Component/Form/FormTypeExtensionInterface.stub +++ b/stubs/Symfony/Component/Form/FormTypeExtensionInterface.stub @@ -3,7 +3,7 @@ namespace Symfony\Component\Form; /** - * @template TData + * @template TData = mixed */ interface FormTypeExtensionInterface { diff --git a/stubs/Symfony/Component/Form/FormTypeInterface.stub b/stubs/Symfony/Component/Form/FormTypeInterface.stub index 8536656a..4bacce44 100644 --- a/stubs/Symfony/Component/Form/FormTypeInterface.stub +++ b/stubs/Symfony/Component/Form/FormTypeInterface.stub @@ -3,7 +3,7 @@ namespace Symfony\Component\Form; /** - * @template TData + * @template TData = mixed */ interface FormTypeInterface {