mirakl / sdk-php-shop

Mirakl PHP SDK for sellers
30 stars 16 forks source link

Fixed type-hint for Discount #32

Open rkrx opened 2 years ago

rkrx commented 2 years ago

If an offer has no discount, then Mirakl\MMP\Common\Domain\Offer\AbstractOffer::getDiscount will return NULL. This is not documented in the type-hint, which subsequently causes problems with PHPStan and co.