We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cba484 commit 4257649Copy full SHA for 4257649
app/code/Magento/DownloadableImportExport/Model/Import/Product/Type/Downloadable.php
@@ -17,6 +17,7 @@
17
*
18
* phpcs:disable Magento2.Commenting.ConstantsPHPDocFormatting
19
* @SuppressWarnings(PHPMD.TooManyFields)
20
+ * @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
21
*/
22
class Downloadable extends \Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType
23
{
0 commit comments