Skip to content

Commit 8ac2885

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: remove reference to removed cache adapter remove Symfony 5 deprecations
2 parents 551519a + 074ecc1 commit 8ac2885

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

cache.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ The Cache component comes with a series of adapters pre-configured:
101101

102102
* :doc:`cache.adapter.apcu </components/cache/adapters/apcu_adapter>`
103103
* :doc:`cache.adapter.array </components/cache/adapters/array_cache_adapter>`
104-
* :doc:`cache.adapter.doctrine </components/cache/adapters/doctrine_adapter>` (deprecated)
105104
* :doc:`cache.adapter.doctrine_dbal </components/cache/adapters/doctrine_dbal_adapter>`
106105
* :doc:`cache.adapter.filesystem </components/cache/adapters/filesystem_adapter>`
107106
* :doc:`cache.adapter.memcached </components/cache/adapters/memcached_adapter>`

components/cache/adapters/pdo_adapter.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ You can also create this table explicitly by calling the
4040
:method:`Symfony\\Component\\Cache\\Adapter\\PdoAdapter::createTable` method in
4141
your code.
4242

43-
.. deprecated:: 5.4
44-
45-
Using :class:`Symfony\\Component\\Cache\\Adapter\\PdoAdapter` with a
46-
:class:`Doctrine\\DBAL\\Connection` or a DBAL URL is deprecated since Symfony 5.4
47-
and will be removed in Symfony 6.0.
48-
Use :class:`Symfony\\Component\\Cache\\Adapter\\DoctrineDbalAdapter` instead.
49-
5043
.. tip::
5144

5245
When passed a `Data Source Name (DSN)`_ string (instead of a database connection

0 commit comments

Comments
 (0)