From 9a7d88fc35f0d9aa102b0536f9c2f1242c9fcca3 Mon Sep 17 00:00:00 2001 From: Andrew Minion Date: Fri, 3 Dec 2021 12:21:53 -0600 Subject: [PATCH] fix docs --- src/CartItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CartItem.php b/src/CartItem.php index 5d183be..ed5e538 100644 --- a/src/CartItem.php +++ b/src/CartItem.php @@ -70,7 +70,7 @@ class CartItem implements Arrayable, Jsonable /** * The options for this cart item. * - * @var array + * @var CartItemOptions */ public $options;