Skip to content

Commit ac32140

Browse files
committed
minor #12077 Remove wrong backslash (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- Remove wrong backslash Commits ------- e8b9e9f Remove wrong backslash
2 parents a728c69 + e8b9e9f commit ac32140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/twig.rst

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

114-
**type**: ``string`` **default**: ``'Twig\\Template'``
114+
**type**: ``string`` **default**: ``'Twig\Template'``
115115

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

0 commit comments

Comments
 (0)