Skip to content

Commit 6ad372a

Browse files
#25540: Static tests fix.
1 parent 1dd81a4 commit 6ad372a

File tree

1 file changed

+3
-2
lines changed
  • app/code/Magento/BundleImportExport/Model/Import/Product/Type

1 file changed

+3
-2
lines changed

app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
use Magento\Store\Model\StoreManagerInterface;
2121

2222
/**
23-
* Class Bundle
23+
* Import entity Bundle product type.
2424
*
25-
* @package Magento\BundleImportExport\Model\Import\Product\Type
2625
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
2726
*/
2827
class Bundle extends \Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType
@@ -723,6 +722,8 @@ protected function _initAttributes()
723722
}
724723
}
725724
}
725+
726+
return $this;
726727
}
727728

728729
/**

0 commit comments

Comments
 (0)