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 3fa081c

Browse filesBrowse files
author
Sergio Santoro
committed
FormBuilderInterface: fix getForm() return type.
FormBuilderInterface->getForm() should depend on abstractions and not implementations as a return type.
1 parent eccc535 commit 3fa081c
Copy full SHA for 3fa081c

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Form/FormBuilderInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormBuilderInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function all();
8181
/**
8282
* Creates the form.
8383
*
84-
* @return Form The form
84+
* @return FormInterface The form
8585
*/
8686
public function getForm();
8787
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.