Skip to content

Commit 1d7c400

Browse files
committed
minor #10165 fix cache option data type (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- fix cache option data type see #10102 (comment) Commits ------- 607d23a fix cache option data type
2 parents 0ca3fdc + 607d23a commit 1d7c400

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
@@ -121,7 +121,7 @@ application harder to maintain.
121121
cache
122122
~~~~~
123123

124-
**type**: ``string`` | ``false`` | ``Twig\Cache\CacheInterface`` **default**: ``'%kernel.cache_dir%/twig'``
124+
**type**: ``string`` | ``false`` **default**: ``'%kernel.cache_dir%/twig'``
125125

126126
Before using the Twig templates to render some contents, they are compiled into
127127
regular PHP code. Compilation is a costly process, so the result is cached in

0 commit comments

Comments
 (0)