diff --git a/src/Pool.php b/src/Pool.php index 6083b6a..0135de2 100644 --- a/src/Pool.php +++ b/src/Pool.php @@ -5,12 +5,12 @@ /** * @template TConfig of SqlConfig * @template TResult of Result - * @template TStatement of Statement + * @template TStatement of Statement * @template TTransaction of Transaction * - * @extends Link + * @extends Connection */ -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.