Skip to content

Commit ebc1ca9

Browse files
committed
Revert Possible fix for Iterator stub
This reverts commit 3dc94e1.
1 parent 454f1a9 commit ebc1ca9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

stubs/iterable.stub

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,6 @@ interface Iterator extends Traversable
4343
*/
4444
public function key();
4545

46-
/** @return void */
47-
public function next(): void;
48-
49-
/** @return void */
50-
public function rewind(): void;
51-
52-
/** @return bool */
53-
public function valid(): bool;
54-
5546
}
5647

5748
/**

0 commit comments

Comments
 (0)