Skip to content

Commit

Permalink
Phan Analysis - minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
makso8makso committed Oct 7, 2024
1 parent 8798f71 commit 0d90835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Model/Service/Product/DefaultProductService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
1 change: 0 additions & 1 deletion Model/Service/Sync/Recrawl/RecrawlService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0d90835

Please sign in to comment.