Skip to content

Commit 3fa081c

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/FormBuilderInterface.php

Lines 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)