File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
app/code/Magento/BundleImportExport
setup/src/Magento/Setup/Model/FixtureGenerator Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 7
7
"magento/module-import-export" : " 100.2.*" ,
8
8
"magento/module-catalog-import-export" : " 100.2.*" ,
9
9
"magento/module-bundle" : " 100.2.*" ,
10
+ "magento/module-eav" : " 100.2.*" ,
10
11
"magento/framework" : " 100.2.*"
11
12
},
12
13
"type" : " magento2-module" ,
Original file line number Diff line number Diff line change @@ -57,11 +57,14 @@ public function __construct(
57
57
}
58
58
59
59
/**
60
- * Generate bundle products products
60
+ * Generates bundle products.
61
61
*
62
62
* @param int $products
63
63
* @param array $fixtureMap
64
+ *
64
65
* @return void
66
+ *
67
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
65
68
*/
66
69
public function generate ($ products , $ fixtureMap )
67
70
{
You can’t perform that action at this time.
0 commit comments