Skip to content

Commit

Permalink
Move TConfig template arg to be first
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Nov 11, 2023
1 parent 3c62825 commit 1991e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
namespace Amp\Sql;

/**
* @template TConfig of SqlConfig
* @template TResult of Result
* @template TStatement of Statement
* @template TTransaction of Transaction
* @template TConfig of SqlConfig
*
* @extends Link<TResult, TStatement, TTransaction>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Pool.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
namespace Amp\Sql;

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

0 comments on commit 1991e3f

Please sign in to comment.