We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ed99a commit 4e6160fCopy full SHA for 4e6160f
2 files changed
src/Connection.php
@@ -3,10 +3,10 @@
3
namespace Amp\Sql;
4
5
/**
6
+ * @template TConfig of SqlConfig
7
* @template TResult of Result
8
* @template TStatement of Statement
9
* @template TTransaction of Transaction
- * @template TConfig of SqlConfig
10
*
11
* @extends Link<TResult, TStatement, TTransaction>
12
*/
src/Pool.php
0 commit comments