Commit 36c900f9 authored by Benjamin Morel's avatar Benjamin Morel

Remove useless implements

parent 1c680e19
......@@ -11,7 +11,7 @@ use function substr;
/**
* Sqlsrv Connection implementation.
*/
class Connection extends PDOConnection implements \Doctrine\DBAL\Driver\Connection
class Connection extends PDOConnection
{
/**
* {@inheritdoc}
......
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