Skip to content

Commit 38e2551

Browse files
committed
Remove the unneeded versionadded directives
1 parent 0c541a0 commit 38e2551

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

reference/configuration/framework.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2882,16 +2882,6 @@ ships with multiple adapters: ``cache.adapter.apcu``, ``cache.adapter.doctrine``
28822882
``cache.adapter.redis``, ``cache.adapter.memcached``, ``cache.adapter.pdo``,
28832883
``cache.adapter.doctrine_dbal``.
28842884

2885-
.. versionadded:: 5.4
2886-
2887-
``cache.adapter.doctrine_dbal`` was introduced in Symfony 5.4.
2888-
2889-
.. deprecated:: 5.4
2890-
2891-
Using ``cache.adapter.doctrine`` has been deprecated in favor of Symfony
2892-
Cache or PSR-6 adapters provided by Doctrine Cache and will be removed in
2893-
6.0.
2894-
28952885
There's also a special adapter called ``cache.adapter.array`` which stores
28962886
contents in memory using a PHP array and it's used to disable caching (mostly on
28972887
the ``dev`` environment).

0 commit comments

Comments
 (0)