From c7e3774f9f401e0e665cee7b023b49ff8e9497f0 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 18 Jan 2022 01:17:19 +0100 Subject: [PATCH] Update CanBeBought.php --- src/CanBeBought.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CanBeBought.php b/src/CanBeBought.php index 544f36b..f11e71a 100644 --- a/src/CanBeBought.php +++ b/src/CanBeBought.php @@ -19,7 +19,7 @@ trait CanBeBought * * @return string */ - public function getBuyableDescription() : ?string + public function getBuyableDescription(): ?string { if (($name = $this->getAttribute('name'))) { return $name;