Skip to content

Commit 50d776d

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: [Form] Add missing "extends AbstractType"
2 parents 3f7748e + 9414209 commit 50d776d

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
@@ -380,7 +380,7 @@ has a collection of ``TaskListType`` which in turn has a collection of
380380
}
381381
}
382382

383-
class TaskType
383+
class TaskType extends AbstractType
384384
{
385385
public function buildForm(FormBuilderInterface $builder, array $options = []): void
386386
{

0 commit comments

Comments
 (0)