Skip to content

Commit

Permalink
minor #4359 Added missing closing parenthesis to example. (mattjanssen)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4359).

Discussion
----------

Added missing closing parenthesis to example.

Commits
-------

d1bfa91 Added missing closing parenthesis to example.
  • Loading branch information
wouterj committed Oct 21, 2014
2 parents f1bb8bb + d1bfa91 commit e2e2915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/form/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ by ``handleRequest()`` to determine whether a form has been submitted):
$formBuilder = $formFactory->createBuilder('form', null, array(
'action' => '/search',
'method' => 'GET',
);
));
// ...
Expand Down

0 comments on commit e2e2915

Please sign in to comment.