From 2aca9a441ef48fb66ace8a5bfb9d8b730bc4e925 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Tue, 23 Sep 2025 22:54:57 +0100 Subject: Initial pint code formatting --- src/Toolbar/PageSize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Toolbar/PageSize.php') 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 $pageSizes + * @param array $pageSizes */ public function __construct( private array $pageSizes = [10, 25, 50], -- cgit v1.2.3