Skip to content

Commit 36626bc

Browse files
committed
[symfony#3024] Backporting syntax fix thanks to @issei-m
1 parent 6c23aeb commit 36626bc

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
@@ -557,7 +557,7 @@ If the request is a POST, process the submitted data (via ``bind``). Then:
557557
to ``bind``::
558558

559559
if (isset($_POST[$form->getName()])) {
560-
$form->bind($_POST[$form->getName())
560+
$form->bind($_POST[$form->getName()]);
561561

562562
// ...
563563
}

0 commit comments

Comments
 (0)