diff --git a/Model/Service/Product/DefaultProductService.php b/Model/Service/Product/DefaultProductService.php index 168597359..01a36faad 100644 --- a/Model/Service/Product/DefaultProductService.php +++ b/Model/Service/Product/DefaultProductService.php @@ -111,11 +111,11 @@ public function getProduct(ProductInterface $product, StoreInterface $store) /** * @param ProductInterface $product - * @param StoreInterface $store + * @param Store $store * @return NostoProduct|null * @throws \Magento\Framework\Exception\NoSuchEntityException */ - public function getLightProduct(ProductInterface $product, StoreInterface $store) + public function getLightProduct(ProductInterface $product, Store $store) { /** @var Product $product */ /** @var Store $store */ diff --git a/Model/Service/Sync/Recrawl/RecrawlService.php b/Model/Service/Sync/Recrawl/RecrawlService.php index 11829a1c1..4eb8bd4f9 100644 --- a/Model/Service/Sync/Recrawl/RecrawlService.php +++ b/Model/Service/Sync/Recrawl/RecrawlService.php @@ -44,7 +44,6 @@ use Nosto\Model\Product\VariationCollection; use Nosto\NostoException; use Nosto\Operation\RecrawlProduct; -use Nosto\Tagging\Helper\Data as NostoDataHelper; use Nosto\Tagging\Model\Product\Repository as ProductRepository; use Nosto\Request\Http\Exception\AbstractHttpException; use Nosto\Tagging\Helper\Account as NostoHelperAccount;