fix for styleci

This commit is contained in:
Andrew Minion
2022-03-03 21:34:47 -06:00
parent e0bf453eb2
commit 56a87ae886

View File

@@ -28,7 +28,7 @@ interface Buyable
* Get the weight of the Buyable item. * Get the weight of the Buyable item.
*/ */
public function getBuyableWeight(CartItemOptions $options): int; public function getBuyableWeight(CartItemOptions $options): int;
/** /**
* Get the taxRate of the Buyable item. * Get the taxRate of the Buyable item.
*/ */