mirror of
https://github.com/danog/sql.git
synced 2024-11-26 20:15:08 +01:00
Annotate Traversable type on Result
This commit is contained in:
parent
390fb800bb
commit
226053b28b
@ -2,6 +2,10 @@
|
||||
|
||||
namespace Amp\Sql;
|
||||
|
||||
/**
|
||||
* @template TFieldValue
|
||||
* @extends \Traversable<int, array<string, TFieldValue>>
|
||||
*/
|
||||
interface Result extends \Traversable
|
||||
{
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user