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 261ab56 commit 1f93ed0Copy full SHA for 1f93ed0
1 file changed
src/Result.php
@@ -19,8 +19,10 @@ public function fetchRow(): ?array;
19
/**
20
* Resolves with a new instance of Result if another result is available after this result. Resolves with null if
21
* no further results are available.
22
+ *
23
+ * @return Result<TFieldValue>|null
24
*/
- public function getNextResult(): ?Result;
25
+ public function getNextResult(): ?self;
26
27
28
* Returns the number of rows affected or returned by the query if applicable or null if the number of rows is
0 commit comments