Skip to content

Commit afa7092

Browse files
committed
remove Symfony 5 deprecations
1 parent d3abbc3 commit afa7092

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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)