File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
app/code/Magento/Directory/Setup/Patch/Data Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
+ declare (strict_types=1 );
8
+
7
9
namespace Magento \Directory \Setup \Patch \Data ;
8
10
9
11
use Magento \Directory \Setup \DataInstaller ;
13
15
use Magento \Framework \Setup \Patch \PatchVersionInterface ;
14
16
15
17
/**
18
+ * Add Bulgaria States
19
+ *
16
20
* Class AddDataForBulgaria
17
- * @package Magento\Directory\Setup\Patch
18
21
*/
19
22
class AddDataForBulgaria implements DataPatchInterface, PatchVersionInterface
20
23
{
@@ -43,7 +46,7 @@ public function __construct(
43
46
}
44
47
45
48
/**
46
- * { @inheritdoc}
49
+ * @inheritdoc
47
50
*/
48
51
public function apply ()
49
52
{
@@ -95,7 +98,7 @@ private function getDataForBulgaria()
95
98
}
96
99
97
100
/**
98
- * { @inheritdoc}
101
+ * @inheritdoc
99
102
*/
100
103
public static function getDependencies ()
101
104
{
@@ -105,15 +108,15 @@ public static function getDependencies()
105
108
}
106
109
107
110
/**
108
- * { @inheritdoc}
111
+ * @inheritdoc
109
112
*/
110
113
public static function getVersion ()
111
114
{
112
115
return '' ;
113
116
}
114
117
115
118
/**
116
- * { @inheritdoc}
119
+ * @inheritdoc
117
120
*/
118
121
public function getAliases ()
119
122
{
You can’t perform that action at this time.
0 commit comments