Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e262f13

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

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 Iterator<mixed, array<int|string, mixed>>
2525
*/
2626
public function getIterator() {}
2727
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /