Skip to content

Commit 9414209

Browse files
committed
minor #15902 [Form] Add missing "extends AbstractType" (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [Form] Add missing "extends AbstractType" <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 6d538e5 [Form] Add missing "extends AbstractType"
2 parents c6805ff + 6d538e5 commit 9414209

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)