Skip to content

Commit

Permalink
Merge pull request #4615 from greg0ire/remove-docs-about-user-provide…
Browse files Browse the repository at this point in the history
…d-pdo
  • Loading branch information
greg0ire committed Apr 22, 2021
2 parents 7dc3905 + 5940fd9 commit 94fe5c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/en/reference/configuration.rst
Expand Up @@ -137,7 +137,6 @@ interfaces to use. It can be configured in one of three ways:
- ``driverClass``: Specifies a custom driver implementation if no
'driver' is specified. This allows the use of custom drivers that
are not part of the Doctrine DBAL itself.
- ``pdo``: Specifies an existing PDO instance to use.

Wrapper Class
~~~~~~~~~~~~~
Expand All @@ -155,11 +154,6 @@ as the credentials to use. The connection details can differ
depending on the used driver. The following sections describe the
options recognized by each built-in driver.

.. note::

When using an existing PDO instance through the ``pdo``
option, specifying connection details is obviously not necessary.

pdo_sqlite
^^^^^^^^^^

Expand Down

0 comments on commit 94fe5c7

Please sign in to comment.