Skip to content

Commit 86f4e93

Browse files
committed
Remove a deprecated comment
1 parent 8010f57 commit 86f4e93

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

components/cache/adapters/pdo_doctrine_dbal_adapter.rst

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

50-
.. deprecated:: 5.4
51-
52-
Using :class:`Symfony\\Component\\Cache\\Adapter\\PdoAdapter` with a
53-
:class:`Doctrine\\DBAL\\Connection` or a DBAL URL is deprecated since Symfony 5.4
54-
and will be removed in Symfony 6.0.
55-
Use :class:`Symfony\\Component\\Cache\\Adapter\\DoctrineDbalAdapter` instead.
56-
5750
.. tip::
5851

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

0 commit comments

Comments
 (0)