Skip to content

Commit 66e340d

Browse files
committed
Removed incorrect docblock annotation
1 parent a7cd1d5 commit 66e340d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/IteratorInterface.php

-3
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ public function get(int $pageIndex): \CachingIterator;
8181
*
8282
* @param int $pageIndex
8383
* The index of the page to move the position to.
84-
*
85-
* @throws \InvalidArgumentException
86-
* If the given page index is invalid.
8784
*/
8885
public function move(int $pageIndex): void;
8986

0 commit comments

Comments
 (0)