Skip to content

Commit

Permalink
Remove useless implements
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Nov 29, 2018
1 parent 1c680e1 commit 36c900f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php
Original file line number Diff line number Diff line change
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 36c900f

Please sign in to comment.