Skip to content

Commit 4257649

Browse files
MC-32306: Errors while trying to update downloadable product after MC-29952
1 parent 8cba484 commit 4257649

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/DownloadableImportExport/Model/Import/Product/Type

1 file changed

+1
-0
lines changed

app/code/Magento/DownloadableImportExport/Model/Import/Product/Type/Downloadable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
*
1818
* phpcs:disable Magento2.Commenting.ConstantsPHPDocFormatting
1919
* @SuppressWarnings(PHPMD.TooManyFields)
20+
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
2021
*/
2122
class Downloadable extends \Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType
2223
{

0 commit comments

Comments
 (0)