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 f5ae627 commit b3a1fd3Copy full SHA for b3a1fd3
tests/Types/UserFormType.php
@@ -8,7 +8,7 @@
8
9
class UserFormType extends AbstractType
10
{
11
- public function buildForm(FormBuilderInterface $builder, array $options): void
+ public function buildForm(FormBuilderInterface $builder, array $options)
12
13
$builder
14
->add('name', TextType::class)
0 commit comments