Skip to content

Commit 162895b

Browse files
Hocdocwouterj
authored andcommitted
Remove third parameter from createFormBuilder call
1 parent cb91d7d commit 162895b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ by ``handleRequest()`` to determine whether a form has been submitted):
526526
527527
public function searchAction()
528528
{
529-
$formBuilder = $this->createFormBuilder('form', null, array(
529+
$formBuilder = $this->createFormBuilder(null, array(
530530
'action' => '/search',
531531
'method' => 'GET',
532532
));

0 commit comments

Comments
 (0)