Skip to content

Commit a2a39b2

Browse files
committed
Minor fixes
1 parent 4c8b0a8 commit a2a39b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/configuration/twig.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ called to determine the default escaping applied to the template.
112112
base_template_class
113113
~~~~~~~~~~~~~~~~~~~
114114

115-
**type**: ``string`` **default**: ``Twig\Template``
115+
**type**: ``string`` **default**: ``'Twig\Template'``
116116

117117
Twig templates are compiled into PHP classes before using them to render
118118
contents. This option defines the base class from which all the template classes

reference/forms/types/collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ type::
324324
entry_type
325325
~~~~~~~~~~
326326

327-
**type**: ``string`` **default**: ``Symfony\Component\Form\Extension\Core\Type\TextType``
327+
**type**: ``string`` **default**: ``'Symfony\Component\Form\Extension\Core\Type\TextType'``
328328

329329
This is the field type for each item in this collection (e.g. ``TextType``,
330330
``ChoiceType``, etc). For example, if you have an array of email addresses,

0 commit comments

Comments
 (0)