diff --git a/src/Pagination/PageInterface.php b/src/Pagination/PageInterface.php index 66d24016..acf2717c 100644 --- a/src/Pagination/PageInterface.php +++ b/src/Pagination/PageInterface.php @@ -22,7 +22,7 @@ public function getFirstPage(): PageInterface; public function getPreviousPage(): ?PageInterface; /** - * Returns the previous page of the list of resources if it exists, null otherwise. + * Returns the next page of the list of resources if it exists, null otherwise. */ public function getNextPage(): ?PageInterface;