Skip to content

Commit 88ffc40

Browse files
authored
correct getNextPage method description
1 parent a133a0a commit 88ffc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pagination/PageInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function getFirstPage(): PageInterface;
2222
public function getPreviousPage(): ?PageInterface;
2323

2424
/**
25-
* Returns the previous page of the list of resources if it exists, null otherwise.
25+
* Returns the next page of the list of resources if it exists, null otherwise.
2626
*/
2727
public function getNextPage(): ?PageInterface;
2828

0 commit comments

Comments
 (0)