From 56a87ae8862afec4f6fac8d9f0a398685e73f348 Mon Sep 17 00:00:00 2001 From: Andrew Minion Date: Thu, 3 Mar 2022 21:34:47 -0600 Subject: [PATCH] fix for styleci --- src/Contracts/Buyable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Contracts/Buyable.php b/src/Contracts/Buyable.php index 006adfe..3ebdb24 100644 --- a/src/Contracts/Buyable.php +++ b/src/Contracts/Buyable.php @@ -28,7 +28,7 @@ interface Buyable * Get the weight of the Buyable item. */ public function getBuyableWeight(CartItemOptions $options): int; - + /** * Get the taxRate of the Buyable item. */