We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52a533 commit d054395Copy full SHA for d054395
src/Tracing/Doctrine/DBAL/TracingDriverConnectionInterface.php
@@ -6,12 +6,10 @@
6
7
use Doctrine\DBAL\Driver\Connection;
8
9
+/**
10
+ * @method resource|object getNativeConnection()
11
+ */
12
interface TracingDriverConnectionInterface extends Connection
13
{
14
public function getWrappedConnection(): Connection;
-
- /**
- * @return resource|object
15
- */
16
- public function getNativeConnection();
17
}
0 commit comments