We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb91d7d commit 162895bCopy full SHA for 162895b
components/form/introduction.rst
@@ -526,7 +526,7 @@ by ``handleRequest()`` to determine whether a form has been submitted):
526
527
public function searchAction()
528
{
529
- $formBuilder = $this->createFormBuilder('form', null, array(
+ $formBuilder = $this->createFormBuilder(null, array(
530
'action' => '/search',
531
'method' => 'GET',
532
));
0 commit comments