Skip to content

Commit 2cbe0bc

Browse files
dpcat237weaverryan
authored andcommitted
Wrap the content and remove empty space.
1 parent 704302c commit 2cbe0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/options/data_class.rst.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ data_class
33

44
**type**: ``string``
55

6-
This option is used to set the appropriate data mapper to be used by the form, so you can use it for any form field type which requires an object.
6+
This option is used to set the appropriate data mapper to be used by the form,
7+
so you can use it for any form field type which requires an object.
78

89
$builder->add('media', 'sonata_media_type', array(
910
'data_class' => 'Acme\DemoBundle\Entity\Media',
1011
));
11-

0 commit comments

Comments
 (0)