6
6
7
7
namespace Magento \Bundle \Setup \Patch \Data ;
8
8
9
+ use Magento \Catalog \Api \Data \ProductAttributeInterface ;
10
+ use Magento \Eav \Setup \EavSetup ;
9
11
use Magento \Eav \Setup \EavSetupFactory ;
10
- use Magento \Framework \App \ResourceConnection ;
11
12
use Magento \Framework \Setup \ModuleDataSetupInterface ;
12
13
use Magento \Framework \Setup \Patch \DataPatchInterface ;
13
14
use Magento \Framework \Setup \Patch \PatchVersionInterface ;
14
- use Magento \Catalog \Api \Data \ProductAttributeInterface ;
15
- use Magento \Eav \Setup \EavSetup ;
16
15
17
16
/**
18
- * Class UpdateBundleRelatedEntityTytpes
17
+ * Class UpdateBundleRelatedEntityTypes
18
+ *
19
19
* @package Magento\Bundle\Setup\Patch
20
20
*/
21
- class UpdateBundleRelatedEntityTytpes implements DataPatchInterface, PatchVersionInterface
21
+ class UpdateBundleRelatedEntityTypes implements DataPatchInterface, PatchVersionInterface
22
22
{
23
23
/**
24
24
* @var ModuleDataSetupInterface
@@ -31,7 +31,7 @@ class UpdateBundleRelatedEntityTytpes implements DataPatchInterface, PatchVersio
31
31
private $ eavSetupFactory ;
32
32
33
33
/**
34
- * UpdateBundleRelatedEntityTytpes constructor.
34
+ * UpdateBundleRelatedEntityTypes constructor.
35
35
* @param ModuleDataSetupInterface $moduleDataSetup
36
36
* @param EavSetupFactory $eavSetupFactory
37
37
*/
@@ -44,7 +44,7 @@ public function __construct(
44
44
}
45
45
46
46
/**
47
- * { @inheritdoc}
47
+ * @inheritdoc
48
48
*/
49
49
public function apply ()
50
50
{
@@ -177,7 +177,7 @@ private function upgradeShipmentType(EavSetup $eavSetup)
177
177
}
178
178
179
179
/**
180
- * { @inheritdoc}
180
+ * @inheritdoc
181
181
*/
182
182
public static function getDependencies ()
183
183
{
@@ -187,15 +187,15 @@ public static function getDependencies()
187
187
}
188
188
189
189
/**
190
- * { @inheritdoc}
190
+ * @inheritdoc
191
191
*/
192
192
public static function getVersion ()
193
193
{
194
194
return '2.0.2 ' ;
195
195
}
196
196
197
197
/**
198
- * { @inheritdoc}
198
+ * @inheritdoc
199
199
*/
200
200
public function getAliases ()
201
201
{
0 commit comments