Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 3ce246d

Browse files
author
Carlos Lizaga
committed
Fix PHPDoc typo on __construct method.
1 parent f936604 commit 3ce246d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ class Product extends \Magento\ImportExport\Model\Import\Entity\AbstractEntity
712712
* @param \Magento\CatalogInventory\Model\Spi\StockStateProviderInterface $stockStateProvider
713713
* @param \Magento\Catalog\Helper\Data $catalogData
714714
* @param \Magento\ImportExport\Model\Import\Config $importConfig
715-
* @param Proxy\Product\ResourceFactory $resourceFactory
715+
* @param Proxy\Product\ResourceModelFactory $resourceFactory
716716
* @param Product\OptionFactory $optionFactory
717717
* @param \Magento\Eav\Model\ResourceModel\Entity\Attribute\Set\CollectionFactory $setColFactory
718718
* @param Product\Type\Factory $productTypeFactory

0 commit comments

Comments
 (0)