Skip to content

Commit 33dcc9a

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: [Form] Add missing "extends AbstractType"
2 parents 6c95bd0 + 50d776d commit 33dcc9a

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)