Skip to content

Commit d054395

Browse files
committed
1 parent e52a533 commit d054395

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/Tracing/Doctrine/DBAL/TracingDriverConnectionInterface.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66

77
use Doctrine\DBAL\Driver\Connection;
88

9+
/**
10+
* @method resource|object getNativeConnection()
11+
*/
912
interface TracingDriverConnectionInterface extends Connection
1013
{
1114
public function getWrappedConnection(): Connection;
12-
13-
/**
14-
* @return resource|object
15-
*/
16-
public function getNativeConnection();
1715
}

0 commit comments

Comments
 (0)