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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Toolbar/PageSize.php b/src/Toolbar/PageSize.php
index 79234a8..71049ba 100644
--- a/src/Toolbar/PageSize.php
+++ b/src/Toolbar/PageSize.php
@@ -7,7 +7,7 @@ use Illuminate\View\View;
class PageSize extends Item
{
/**
- * @param array<int> $pageSizes
+ * @param array<int> $pageSizes
*/
public function __construct(
private array $pageSizes = [10, 25, 50],