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 40b1671 commit ba24646Copy full SHA for ba24646
1 file changed
src/Pool.php
@@ -5,12 +5,12 @@
5
/**
6
* @template TConfig of SqlConfig
7
* @template TResult of Result
8
- * @template TStatement of Statement
+ * @template TStatement of Statement<TResult>
9
* @template TTransaction of Transaction
10
*
11
- * @extends Link<TResult, TStatement, TTransaction>
+ * @extends Connection<TConfig, TResult, TStatement, TTransaction>
12
*/
13
-interface Pool extends Link
+interface Pool extends Connection
14
{
15
16
* Gets a single connection from the pool to run a set of queries against a single connection.
0 commit comments