Skip to content

Commit 960b438

Browse files
committed
Remove horizontal scrollbar
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent 9fee9ee commit 960b438

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)