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 1dd81a4 commit 6ad372aCopy full SHA for 6ad372a
app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php
@@ -20,9 +20,8 @@
20
use Magento\Store\Model\StoreManagerInterface;
21
22
/**
23
- * Class Bundle
+ * Import entity Bundle product type.
24
*
25
- * @package Magento\BundleImportExport\Model\Import\Product\Type
26
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
27
*/
28
class Bundle extends \Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType
@@ -723,6 +722,8 @@ protected function _initAttributes()
723
722
}
724
725
+
726
+ return $this;
727
728
729
0 commit comments