Skip to content

Commit

Permalink
Fix typing of IteratorIterator::getInnerIterator
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Sep 19, 2024
1 parent d747f65 commit c9314bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stubs/CoreGenericIterators.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ class IteratorIterator implements OuterIterator {
* @psalm-ignore-nullable-return
*/
public function key() {}

/**
* @return TIterator
*/
public function getInnerIterator();
}

/**
Expand Down

0 comments on commit c9314bc

Please sign in to comment.