Skip to content

Commit b3f451b

Browse files
committed
docs: remove unneeded comments
1 parent 8657525 commit b3f451b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

system/Pager/PagerRenderer.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ public function hasPrevious(): bool
122122
* page before the current page, but is the page just before the
123123
* "first" page.
124124
*
125-
* You MUST call hasPrevious() first, or this value may be invalid.
126-
*
127125
* @return string|null
128126
*/
129127
public function getPrevious()
@@ -162,8 +160,6 @@ public function hasNext(): bool
162160
* page after the current page, but is the page that follows the
163161
* "last" page.
164162
*
165-
* You MUST call hasNext() first, or this value may be invalid.
166-
*
167163
* @return string|null
168164
*/
169165
public function getNext()

0 commit comments

Comments
 (0)