From e9ba79094a8e5a3a2fb05915a896451bf3060633 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Wed, 25 Dec 2024 08:53:53 +0300 Subject: [PATCH] Update src/Paginator/OffsetPaginator.php Co-authored-by: Alexander Makarov --- src/Paginator/OffsetPaginator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Paginator/OffsetPaginator.php b/src/Paginator/OffsetPaginator.php index 5310fe6..8bbb157 100644 --- a/src/Paginator/OffsetPaginator.php +++ b/src/Paginator/OffsetPaginator.php @@ -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. *