Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Sep 29, 2024
1 parent 7025942 commit 7df2887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseListView.php
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ protected function getPageSizeConstraint(): array|int|bool
/**
* Get a new instance with page size constraint set.
*
* @param array|int|bool $pageSizeConstraint Page size constraint.
* @param array|bool|int $pageSizeConstraint Page size constraint.
* `true` - default only.
* `false` - no constraint.
* int - maximum page size.
Expand Down

0 comments on commit 7df2887

Please sign in to comment.