File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
app/code/Magento/Catalog/Setup/Patch/Data Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 12
12
use Magento \Framework \Setup \Patch \DataPatchInterface ;
13
13
14
14
/**
15
- * Class UpdateProductDescriptionOrder
16
- *
17
- * @package Magento\Catalog\Setup\Patch
15
+ * Reorder Short Description/Description Product Attributes
18
16
*/
19
17
class UpdateProductDescriptionOrder implements DataPatchInterface
20
18
{
@@ -41,7 +39,7 @@ public function __construct(
41
39
}
42
40
43
41
/**
44
- * { @inheritdoc}
42
+ * @inheritdoc
45
43
*/
46
44
public function apply ()
47
45
{
@@ -67,7 +65,7 @@ public function apply()
67
65
}
68
66
69
67
/**
70
- * { @inheritdoc}
68
+ * @inheritdoc
71
69
*/
72
70
public static function getDependencies ()
73
71
{
@@ -77,7 +75,7 @@ public static function getDependencies()
77
75
}
78
76
79
77
/**
80
- * { @inheritdoc}
78
+ * @inheritdoc
81
79
*/
82
80
public function getAliases ()
83
81
{
You can’t perform that action at this time.
0 commit comments