We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8657525 commit b3f451bCopy full SHA for b3f451b
1 file changed
system/Pager/PagerRenderer.php
@@ -122,8 +122,6 @@ public function hasPrevious(): bool
122
* page before the current page, but is the page just before the
123
* "first" page.
124
*
125
- * You MUST call hasPrevious() first, or this value may be invalid.
126
- *
127
* @return string|null
128
*/
129
public function getPrevious()
@@ -162,8 +160,6 @@ public function hasNext(): bool
162
160
* page after the current page, but is the page that follows the
163
161
* "last" page.
164
165
- * You MUST call hasNext() first, or this value may be invalid.
166
167
168
169
public function getNext()
0 commit comments