Skip to content

Commit 7b1455d

Browse files
committed
Fix static test.
1 parent d53ae02 commit 7b1455d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

app/code/Magento/ConfigurableProduct/Setup/Patch/Data/UpdateManufacturerAttribute.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
use Magento\ConfigurableProduct\Model\Product\Type\Configurable;
1616

1717
/**
18-
* Class UpdateManufacturerAttribute
19-
* @package Magento\ConfigurableProduct\Setup\Patch
18+
* Update manufacturer attribute if it's presented in system.
2019
*/
2120
class UpdateManufacturerAttribute implements DataPatchInterface, PatchVersionInterface
2221
{
@@ -31,7 +30,6 @@ class UpdateManufacturerAttribute implements DataPatchInterface, PatchVersionInt
3130
private $eavSetupFactory;
3231

3332
/**
34-
* UpdateTierPriceAttribute constructor.
3533
* @param ModuleDataSetupInterface $moduleDataSetup
3634
* @param EavSetupFactory $eavSetupFactory
3735
*/
@@ -44,7 +42,7 @@ public function __construct(
4442
}
4543

4644
/**
47-
* {@inheritdoc}
45+
* @inheritdoc
4846
*/
4947
public function apply()
5048
{
@@ -74,7 +72,7 @@ public function apply()
7472
}
7573

7674
/**
77-
* {@inheritdoc}
75+
* @inheritdoc
7876
*/
7977
public static function getDependencies()
8078
{
@@ -84,15 +82,15 @@ public static function getDependencies()
8482
}
8583

8684
/**
87-
* {@inheritdoc}\
85+
* @inheritdoc
8886
*/
8987
public static function getVersion()
9088
{
9189
return '2.2.1';
9290
}
9391

9492
/**
95-
* {@inheritdoc}
93+
* @inheritdoc
9694
*/
9795
public function getAliases()
9896
{

0 commit comments

Comments
 (0)