Skip to content

Commit

Permalink
Fix template restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Sep 23, 2022
1 parent 226053b commit b2a7d46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Pool.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
namespace Amp\Sql;

/**
* @template TResult extends Result
* @template TStatement extends Statement
* @template TTransaction extends Transaction
* @template TResult of Result
* @template TStatement of Statement
* @template TTransaction of Transaction
*
* @extends Link<TResult, TStatement, TTransaction>
*/
Expand Down

0 comments on commit b2a7d46

Please sign in to comment.