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

Commit 8f1aa87

Browse files
author
Carlos Lizaga
committed
Fix PHPDoc _saveProducts method to include throws
\Magento\Framework\Exception\LocalizedException
1 parent 3ce246d commit 8f1aa87

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,6 +1551,7 @@ public function getImagesFromRow(array $rowData)
15511551
* @SuppressWarnings(PHPMD.NPathComplexity)
15521552
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
15531553
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
1554+
* @throws \Magento\Framework\Exception\LocalizedException
15541555
*/
15551556
protected function _saveProducts()
15561557
{

0 commit comments

Comments
 (0)