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 baba653 commit 446956dCopy full SHA for 446956d
src/PostgresResult.php
@@ -4,6 +4,11 @@
4
5
use Amp\Sql\Result;
6
7
+/**
8
+ * Recursive template types currently not supported, list<mixed> should be list<TFieldType>
9
+ * @psalm-type TFieldType list<mixed>|bool|int|float|string|null
10
+ * @extends Result<TFieldType>
11
+ */
12
interface PostgresResult extends Result
13
{
14
/**
0 commit comments