Skip to content

Commit 8b5cb3d

Browse files
committed
magento/magento2-page-builder#543: Content Product Attributes Default Sorting Order
- Fixing Static Tests
1 parent 6e8867f commit 8b5cb3d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

app/code/Magento/Catalog/Setup/Patch/Data/UpdateProductDescriptionOrder.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
use Magento\Framework\Setup\Patch\DataPatchInterface;
1313

1414
/**
15-
* Class UpdateProductDescriptionOrder
16-
*
17-
* @package Magento\Catalog\Setup\Patch
15+
* Reorder Short Description/Description Product Attributes
1816
*/
1917
class UpdateProductDescriptionOrder implements DataPatchInterface
2018
{
@@ -41,7 +39,7 @@ public function __construct(
4139
}
4240

4341
/**
44-
* {@inheritdoc}
42+
* @inheritdoc
4543
*/
4644
public function apply()
4745
{
@@ -67,7 +65,7 @@ public function apply()
6765
}
6866

6967
/**
70-
* {@inheritdoc}
68+
* @inheritdoc
7169
*/
7270
public static function getDependencies()
7371
{
@@ -77,7 +75,7 @@ public static function getDependencies()
7775
}
7876

7977
/**
80-
* {@inheritdoc}
78+
* @inheritdoc
8179
*/
8280
public function getAliases()
8381
{

0 commit comments

Comments
 (0)