Skip to content

Commit 6c23088

Browse files
authored
fix indent
1 parent 5df398d commit 6c23088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2878,8 +2878,8 @@ app
28782878

28792879
The cache adapter used by the ``cache.app`` service. The FrameworkBundle
28802880
ships with multiple adapters: ``cache.adapter.apcu``, ``cache.adapter.system``,
2881-
``cache.adapter.filesystem``, ``cache.adapter.psr6``, ``cache.adapter.redis``,
2882-
``cache.adapter.memcached`` and ``cache.adapter.pdo``.
2881+
``cache.adapter.filesystem``, ``cache.adapter.psr6``, ``cache.adapter.redis``,
2882+
``cache.adapter.memcached`` and ``cache.adapter.pdo``.
28832883

28842884
There's also a special adapter called ``cache.adapter.array`` which stores
28852885
contents in memory using a PHP array and it's used to disable caching (mostly on

0 commit comments

Comments
 (0)