Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 33dcc9a

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎form/form_themes.rst

Copy file name to clipboardExpand all lines: form/form_themes.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.