Skip to content

Commit

Permalink
Update docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 committed Jan 20, 2024
1 parent 4c9113e commit 4a9758f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Paginations/AnyPagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Traversable;

/**
* The aggregator of paginations.
* The aggregator of supported paginations.
*/
class AnyPagination extends Pagination
{
Expand Down Expand Up @@ -39,7 +39,7 @@ public function matches(): bool
/**
* Yield the paginated items.
*
* @return Traversable<string|int, mixed>
* @return Traversable<int, mixed>
*/
public function getIterator(): Traversable
{
Expand Down

0 comments on commit 4a9758f

Please sign in to comment.