File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
app/code/Magento/Directory/Setup/Patch/Data Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1313use Magento \Framework \Setup \Patch \PatchVersionInterface ;
1414
1515/**
16- * Class AddDataForIndia
17- * @package Magento\Directory\Setup\Patch\Data
16+ * Add Regions for India.
1817 */
1918class AddDataForIndia implements DataPatchInterface, PatchVersionInterface
2019{
@@ -43,7 +42,7 @@ public function __construct(
4342 }
4443
4544 /**
46- * { @inheritdoc}
45+ * @inheritdoc
4746 */
4847 public function apply ()
4948 {
@@ -103,7 +102,7 @@ private function getDataForIndia()
103102 }
104103
105104 /**
106- * { @inheritdoc}
105+ * @inheritdoc
107106 */
108107 public static function getDependencies ()
109108 {
@@ -113,15 +112,15 @@ public static function getDependencies()
113112 }
114113
115114 /**
116- * { @inheritdoc}
115+ * @inheritdoc
117116 */
118117 public static function getVersion ()
119118 {
120119 return '2.0.2 ' ;
121120 }
122121
123122 /**
124- * { @inheritdoc}
123+ * @inheritdoc
125124 */
126125 public function getAliases ()
127126 {
You can’t perform that action at this time.
0 commit comments