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 e47243bCopy full SHA for e47243b
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<array-key, array<array-key, mixed>|object>
25
*/
26
public function getIterator() {}
27
}
0 commit comments