Skip to content

Commit 6d538e5

Browse files
authored
[Form] Add missing "extends AbstractType"
1 parent db09e71 commit 6d538e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/form_themes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ following complex example where a ``TaskManagerType`` has a collection of
337337
}
338338
}
339339

340-
class TaskType
340+
class TaskType extends AbstractType
341341
{
342342
public function buildForm(FormBuilderInterface $builder, array $options = []): void
343343
{

0 commit comments

Comments
 (0)