Skip to content

Commit e2e2915

Browse files
committed
minor #4359 Added missing closing parenthesis to example. (mattjanssen)
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.
2 parents f1bb8bb + d1bfa91 commit e2e2915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ by ``handleRequest()`` to determine whether a form has been submitted):
514514
$formBuilder = $formFactory->createBuilder('form', null, array(
515515
'action' => '/search',
516516
'method' => 'GET',
517-
);
517+
));
518518
519519
// ...
520520

0 commit comments

Comments
 (0)