Skip to content

Commit

Permalink
Pool should extend Connection
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Nov 23, 2023
1 parent c2f0e27 commit 418324c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pool.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
* @template TStatement of Statement
* @template TTransaction of Transaction
*
* @extends Link<TResult, TStatement, TTransaction>
* @extends Connection<TConfig, TResult, TStatement, TTransaction>
*/
interface Pool extends Link
interface Pool extends Connection
{
/**
* Gets a single connection from the pool to run a set of queries against a single connection.
Expand Down

0 comments on commit 418324c

Please sign in to comment.