Skip to content

Commit

Permalink
Merge pull request #3363 from BenMorel/develop_useless_implements
Browse files Browse the repository at this point in the history
Remove redundant implements
  • Loading branch information
morozov committed Nov 30, 2018
2 parents 1c680e1 + 36c900f commit 9e09207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php
Expand Up @@ -11,7 +11,7 @@
/**
* Sqlsrv Connection implementation.
*/
class Connection extends PDOConnection implements \Doctrine\DBAL\Driver\Connection
class Connection extends PDOConnection
{
/**
* {@inheritdoc}
Expand Down

0 comments on commit 9e09207

Please sign in to comment.