From 090eadcd4bfb5c1872308a8370f3e8c894f583cf Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 18 Jan 2022 00:25:30 +0100 Subject: [PATCH] Update Buyable.php --- src/Contracts/Buyable.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Contracts/Buyable.php b/src/Contracts/Buyable.php index a58f59e..4666b36 100644 --- a/src/Contracts/Buyable.php +++ b/src/Contracts/Buyable.php @@ -13,10 +13,8 @@ interface Buyable /** * Get the description or title of the Buyable item. - * - * @return string */ - public function getBuyableDescription(); + public function getBuyableDescription() : ?string; /** * Get the price of the Buyable item.