diff --git a/src/Sylius/Component/Promotion/Factory/PromotionCouponFactoryInterface.php b/src/Sylius/Component/Promotion/Factory/PromotionCouponFactoryInterface.php index 033354aa792..ec8653ada2e 100644 --- a/src/Sylius/Component/Promotion/Factory/PromotionCouponFactoryInterface.php +++ b/src/Sylius/Component/Promotion/Factory/PromotionCouponFactoryInterface.php @@ -22,5 +22,5 @@ interface PromotionCouponFactoryInterface extends FactoryInterface /** * @throws \InvalidArgumentException */ - public function createForPromotion(PromotionInterface $promotionId): PromotionCouponInterface; + public function createForPromotion(PromotionInterface $promotion): PromotionCouponInterface; }