Skip to content

Commit 94a7042

Browse files
committed
[#2949] Trimming whitespace
1 parent 0587776 commit 94a7042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ the choice is ultimately up to you.
900900
901901
In addition, the data of an unmapped field can also be modified directly::
902902

903-
$form->get('dueDate')->setData(new \DateTime());
903+
$form->get('dueDate')->setData(new \DateTime());
904904

905905
Defining your Forms as Services
906906
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)