Skip to content

Commit a05d0ce

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Form] Add missing "extends AbstractType"
2 parents e25e3a9 + 33dcc9a commit a05d0ce

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
@@ -368,7 +368,7 @@ has a collection of ``TaskListType`` which in turn has a collection of
368368
}
369369
}
370370

371-
class TaskType
371+
class TaskType extends AbstractType
372372
{
373373
public function buildForm(FormBuilderInterface $builder, array $options = []): void
374374
{

0 commit comments

Comments
 (0)