mirror of
https://github.com/danog/sql.git
synced 2024-11-26 20:15:08 +01:00
Fix template restriction
This commit is contained in:
parent
226053b28b
commit
b2a7d46eb0
@ -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>
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user