summaryrefslogtreecommitdiff
path: root/src/Toolbar/PageSize.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Toolbar/PageSize.php')
-rw-r--r--src/Toolbar/PageSize.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Toolbar/PageSize.php b/src/Toolbar/PageSize.php
index 9c2821a..79234a8 100644
--- a/src/Toolbar/PageSize.php
+++ b/src/Toolbar/PageSize.php
@@ -6,6 +6,9 @@ use Illuminate\View\View;
class PageSize extends Item
{
+ /**
+ * @param array<int> $pageSizes
+ */
public function __construct(
private array $pageSizes = [10, 25, 50],
) {}