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 cb54faf commit e262f13Copy full SHA for e262f13
stubs/PDOStatement.stub
@@ -21,7 +21,7 @@ class PDOStatement implements Traversable, IteratorAggregate
21
public function getColumnMeta(int $column) {}
22
23
/**
24
- * @return Iterator
+ * @return Iterator<mixed, array<int|string, mixed>>
25
*/
26
public function getIterator() {}
27
}
0 commit comments