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;