Commit b331b1e3 authored by Marco Pivetta's avatar Marco Pivetta Committed by GitHub

Merge pull request #2736 from b0nd0/patch-1

Wrong class used in documentation - referenced `Driver` instead of `Driver\Connection`
parents 476c2f97 e5e20362
......@@ -46,7 +46,7 @@ The drivers abstract a PHP specific database API by enforcing two
interfaces:
- ``\Doctrine\DBAL\Driver\Driver``
- ``\Doctrine\DBAL\Driver\Connection``
- ``\Doctrine\DBAL\Driver\Statement``
The above two interfaces require exactly the same methods as PDO.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment