Skip to content

Commit a97646f

Browse files
committed
minor #4882 Remove horizontal scrollbar (ifdattic)
This PR was merged into the 2.3 branch. Discussion ---------- Remove horizontal scrollbar | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | Commits ------- 960b438 Remove horizontal scrollbar
2 parents ea51aeb + 960b438 commit a97646f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cookbook/form/use_empty_data.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ your form. For example::
1313
{
1414
$blog = ...;
1515

16-
// $blog is passed in as the data, so the empty_data option is not needed
16+
// $blog is passed in as the data, so the empty_data
17+
// option is not needed
1718
$form = $this->createForm(new BlogType(), $blog);
1819

19-
// no data is passed in, so empty_data is used to get the "starting data"
20+
// no data is passed in, so empty_data is
21+
// used to get the "starting data"
2022
$form = $this->createForm(new BlogType());
2123
}
2224

0 commit comments

Comments
 (0)