File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/CatalogImportExport/Model/Import Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -785,6 +785,7 @@ class Product extends \Magento\ImportExport\Model\Import\Entity\AbstractEntity
785
785
* @param DateTimeFactory $dateTimeFactory
786
786
* @param ProductRepositoryInterface|null $productRepository
787
787
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
788
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
788
789
*/
789
790
public function __construct (
790
791
\Magento \Framework \Json \Helper \Data $ jsonHelper ,
@@ -2939,7 +2940,7 @@ private function formatStockDataForRow(array $rowData): array
2939
2940
/**
2940
2941
* Retrieve product by sku.
2941
2942
*
2942
- * @param $sku
2943
+ * @param string $sku
2943
2944
* @return \Magento\Catalog\Api\Data\ProductInterface|null
2944
2945
*/
2945
2946
private function retrieveProductBySku ($ sku )
You can’t perform that action at this time.
0 commit comments