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;