Skip to content

Commit 607d23a

Browse files
committed
fix cache option data type
1 parent dc6ba1a commit 607d23a

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)