Skip to content

Commit

Permalink
Merge pull request #210 from akeneo/correct-getNextPage-method-descri…
Browse files Browse the repository at this point in the history
…ption

Correct getNextPage method description
  • Loading branch information
tomglvng authored Jan 19, 2022
2 parents 0930cc2 + 61c7241 commit a95d931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pagination/PageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a95d931

Please sign in to comment.