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 1c64ab1 commit e463372Copy full SHA for e463372
src/main/resources/fileTemplates/form_type.php
@@ -10,11 +10,11 @@
10
11
class {{ class }} extends AbstractType
12
{
13
- public function buildForm(FormBuilderInterface $builder, array $options)
+ public function buildForm(FormBuilderInterface $builder, array $options) : void
14
15
}
16
17
- public function configureOptions(OptionsResolver $resolver)
+ public function configureOptions(OptionsResolver $resolver) : void
18
19
20
0 commit comments