Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stubs/Symfony/Component/Form/AbstractType.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Symfony\Component\Form;

/**
* @template TData
* @template TData = mixed
*
* @implements FormTypeInterface<TData>
*/
Expand Down
2 changes: 1 addition & 1 deletion stubs/Symfony/Component/Form/FormBuilderInterface.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Symfony\Component\Form;

/**
* @template TData
* @template TData = mixed
*
* @extends \Traversable<int, \Symfony\Component\Form\FormBuilderInterface<mixed>>
* @extends FormConfigBuilderInterface<TData>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Symfony\Component\Form;

/**
* @template TData
* @template TData = mixed
*
* @extends FormConfigInterface<TData>
*/
Expand Down
2 changes: 1 addition & 1 deletion stubs/Symfony/Component/Form/FormConfigInterface.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Symfony\Component\Form;

/**
* @template TData
* @template TData = mixed
*/
interface FormConfigInterface
{
Expand Down
2 changes: 1 addition & 1 deletion stubs/Symfony/Component/Form/FormInterface.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Symfony\Component\Form;

/**
* @template TData
* @template TData = mixed
*
* @extends \ArrayAccess<string, \Symfony\Component\Form\FormInterface<mixed>>
* @extends \Traversable<string, \Symfony\Component\Form\FormInterface<mixed>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Symfony\Component\Form;

/**
* @template TData
* @template TData = mixed
*/
interface FormTypeExtensionInterface
{
Expand Down
2 changes: 1 addition & 1 deletion stubs/Symfony/Component/Form/FormTypeInterface.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Symfony\Component\Form;

/**
* @template TData
* @template TData = mixed
*/
interface FormTypeInterface
{
Expand Down
Loading