Update Buyable.php

This commit is contained in:
Patrick
2022-01-18 00:25:30 +01:00
committed by GitHub
parent edb8220641
commit 090eadcd4b

View File

@@ -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.