We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac3715 commit 2cbcee7Copy full SHA for 2cbcee7
stubs/Symfony/Component/Form/AbstractType.stub
@@ -11,7 +11,7 @@ abstract class AbstractType implements FormTypeInterface
11
{
12
13
/**
14
- * @param FormBuilderInterface<TData> $builder
+ * @param FormBuilderInterface<TData> $builder
15
* @param array<string, mixed> $options
16
*/
17
public function buildForm(FormBuilderInterface $builder, array $options): void;
0 commit comments