From 6b1a6384196f022cced69ac84d583e789ad07a77 Mon Sep 17 00:00:00 2001 From: Matt Janssen Date: Tue, 21 Oct 2014 13:22:53 -0500 Subject: [PATCH] Added missing closing parenthesis to example. --- components/form/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', - ); + )); // ...