Skip to content

Commit 12dfb49

Browse files
author
Nikola Lardev
committed
Fix code style issues
1 parent 9bced35 commit 12dfb49

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

app/code/Magento/Directory/Setup/Patch/Data/AddDataForBulgaria.php

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
declare(strict_types=1);
8+
79
namespace Magento\Directory\Setup\Patch\Data;
810

911
use Magento\Directory\Setup\DataInstaller;
@@ -13,8 +15,9 @@
1315
use Magento\Framework\Setup\Patch\PatchVersionInterface;
1416

1517
/**
18+
* Add Bulgaria States
19+
*
1620
* Class AddDataForBulgaria
17-
* @package Magento\Directory\Setup\Patch
1821
*/
1922
class AddDataForBulgaria implements DataPatchInterface, PatchVersionInterface
2023
{
@@ -43,7 +46,7 @@ public function __construct(
4346
}
4447

4548
/**
46-
* {@inheritdoc}
49+
* @inheritdoc
4750
*/
4851
public function apply()
4952
{
@@ -95,7 +98,7 @@ private function getDataForBulgaria()
9598
}
9699

97100
/**
98-
* {@inheritdoc}
101+
* @inheritdoc
99102
*/
100103
public static function getDependencies()
101104
{
@@ -105,15 +108,15 @@ public static function getDependencies()
105108
}
106109

107110
/**
108-
* {@inheritdoc}
111+
* @inheritdoc
109112
*/
110113
public static function getVersion()
111114
{
112115
return '';
113116
}
114117

115118
/**
116-
* {@inheritdoc}
119+
* @inheritdoc
117120
*/
118121
public function getAliases()
119122
{

0 commit comments

Comments
 (0)