diff options
author | Sam Light <samlight1994@gmail.com> | 2025-09-23 22:54:57 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-09-23 22:54:57 +0100 |
commit | 2aca9a441ef48fb66ace8a5bfb9d8b730bc4e925 (patch) | |
tree | a3798b6aca1882347e7e55bb1db9249196e0ee73 /src/Toolbar/PageSize.php | |
parent | 94caf14491860e35eaf07d76e1aea7ee90e1246a (diff) |
Initial pint code formatting
Diffstat (limited to 'src/Toolbar/PageSize.php')
-rw-r--r-- | src/Toolbar/PageSize.php | 2 |
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], |