Skip to content

Commit 36c900f

Browse files
committed
Remove useless implements
1 parent 1c680e1 commit 36c900f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Sqlsrv Connection implementation.
1313
*/
14-
class Connection extends PDOConnection implements \Doctrine\DBAL\Driver\Connection
14+
class Connection extends PDOConnection
1515
{
1616
/**
1717
* {@inheritdoc}

0 commit comments

Comments
 (0)