diff --git a/components/form/introduction.rst b/components/form/introduction.rst index 74b47461b65..fb39767a7fb 100644 --- a/components/form/introduction.rst +++ b/components/form/introduction.rst @@ -514,7 +514,7 @@ by ``handleRequest()`` to determine whether a form has been submitted): $formBuilder = $formFactory->createBuilder('form', null, array( 'action' => '/search', 'method' => 'GET', - ); + )); // ...