Skip to content

Commit

Permalink
Added missing closing parenthesis to example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjanssen authored and wouterj committed Oct 21, 2014
1 parent f1bb8bb commit d1bfa91
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 d1bfa91

Please sign in to comment.