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.
2 parents 0930cc2 + 61c7241 commit a95d931Copy full SHA for a95d931
src/Pagination/PageInterface.php
@@ -22,7 +22,7 @@ public function getFirstPage(): PageInterface;
22
public function getPreviousPage(): ?PageInterface;
23
24
/**
25
- * 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.
26
*/
27
public function getNextPage(): ?PageInterface;
28
0 commit comments