Skip to content

Commit

Permalink
Update src/Paginator/OffsetPaginator.php
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Makarov <[email protected]>
  • Loading branch information
vjik and samdark authored Dec 25, 2024
1 parent b0a4f93 commit e9ba790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paginator/OffsetPaginator.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function withPageSize(int $pageSize): static
*
* @param int $page Page number.
*
* @throws InvalidArgumentException If page is not positive number.
* @throws InvalidArgumentException If page is not a positive number.
*
* @return self New instance.
*
Expand Down

0 comments on commit e9ba790

Please sign in to comment.