Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/classes/Stubs/DummyResult.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/Stubs/DummyResult.php b/test/classes/Stubs/DummyResult.php
index 1fa19296be..e062db7b69 100644
--- a/test/classes/Stubs/DummyResult.php
+++ b/test/classes/Stubs/DummyResult.php
@@ -46,7 +46,7 @@ class DummyResult implements ResultInterface
* Returns a generator that traverses through the whole result set
* and returns each row as an associative array
*
- * @return Generator<int, array<string, string|null>, mixed, void>
+ * @psalm-return Generator<int, array<string, string|null>, mixed, void>
*/
public function getIterator(): Generator
{