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 390fb80 commit 226053bCopy full SHA for 226053b
1 file changed
src/Result.php
@@ -2,6 +2,10 @@
2
3
namespace Amp\Sql;
4
5
+/**
6
+ * @template TFieldValue
7
+ * @extends \Traversable<int, array<string, TFieldValue>>
8
+ */
9
interface Result extends \Traversable
10
{
11
/**
0 commit comments