We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8010f57 commit 86f4e93Copy full SHA for 86f4e93
components/cache/adapters/pdo_doctrine_dbal_adapter.rst
@@ -47,13 +47,6 @@ You can also create this table explicitly by calling the
47
:method:`Symfony\\Component\\Cache\\Adapter\\PdoAdapter::createTable` method in
48
your code.
49
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
57
.. tip::
58
59
When passed a `Data Source Name (DSN)`_ string (instead of a database connection
0 commit comments