Skip to content

Commit 4e6160f

Browse files
committed
Move TConfig template arg to be first
1 parent 68ed99a commit 4e6160f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
namespace Amp\Sql;
44

55
/**
6+
* @template TConfig of SqlConfig
67
* @template TResult of Result
78
* @template TStatement of Statement
89
* @template TTransaction of Transaction
9-
* @template TConfig of SqlConfig
1010
*
1111
* @extends Link<TResult, TStatement, TTransaction>
1212
*/

src/Pool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
namespace Amp\Sql;
44

55
/**
6+
* @template TConfig of SqlConfig
67
* @template TResult of Result
78
* @template TStatement of Statement
89
* @template TTransaction of Transaction
9-
* @template TConfig of SqlConfig
1010
*
1111
* @extends Link<TResult, TStatement, TTransaction>
1212
*/

0 commit comments

Comments
 (0)