Skip to content

Commit ac69196

Browse files
committed
more specific return type in Stub PDOStatement::getIterator
1 parent cb54faf commit ac69196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/PDOStatement.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class PDOStatement implements Traversable, IteratorAggregate
2121
public function getColumnMeta(int $column) {}
2222

2323
/**
24-
* @return Iterator
24+
* @return Traversable<mixed, array<int|string, mixed>>
2525
*/
2626
public function getIterator() {}
2727
}

0 commit comments

Comments
 (0)