We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cd1d5 commit 66e340dCopy full SHA for 66e340d
src/IteratorInterface.php
@@ -81,9 +81,6 @@ public function get(int $pageIndex): \CachingIterator;
81
*
82
* @param int $pageIndex
83
* The index of the page to move the position to.
84
- *
85
- * @throws \InvalidArgumentException
86
- * If the given page index is invalid.
87
*/
88
public function move(int $pageIndex): void;
89
0 commit comments