Unverified Commit 9e09207f authored by Sergei Morozov's avatar Sergei Morozov Committed by GitHub

Merge pull request #3363 from BenMorel/develop_useless_implements

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