xref: /PHP-8.1/ext/intl/common/common.stub.php (revision 65b96397)
1<?php
2
3/** @generate-class-entries */
4
5class IntlIterator implements Iterator
6{
7    /** @tentative-return-type */
8    public function current(): mixed {}
9
10    /** @tentative-return-type */
11    public function key(): mixed {}
12
13    /** @tentative-return-type */
14    public function next(): void {}
15
16    /** @tentative-return-type */
17    public function rewind(): void {}
18
19    /** @tentative-return-type */
20    public function valid(): bool {}
21}
22