Skip to content

Commit b3a1fd3

Browse files
committed
Remove typehint
1 parent f5ae627 commit b3a1fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Types/UserFormType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class UserFormType extends AbstractType
1010
{
11-
public function buildForm(FormBuilderInterface $builder, array $options): void
11+
public function buildForm(FormBuilderInterface $builder, array $options)
1212
{
1313
$builder
1414
->add('name', TextType::class)

0 commit comments

Comments
 (0)