Skip to content

Commit 0093630

Browse files
committed
Fixed static test failure
1 parent 8793c93 commit 0093630

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
use Magento\Framework\Setup\ModuleDataSetupInterface;
1313
use Magento\Framework\Setup\Patch\DataPatchInterface;
1414
use Magento\Framework\Setup\Patch\PatchVersionInterface;
15+
1516
/**
1617
* Add Costa Rica States/Regions
1718
*/
18-
class AddDataForCostaRica implements DataPatchInterface,PatchVersionInterface
19+
class AddDataForCostaRica implements DataPatchInterface, PatchVersionInterface
1920
{
2021
/**
2122
* @var ModuleDataSetupInterface
@@ -55,8 +56,7 @@ public function apply()
5556
}
5657

5758
/**
58-
* Costa Rica states data.
59-
* Pura Vida :)
59+
* Costa Rica states data.Pura Vida :)
6060
*
6161
* @return array
6262
*/
@@ -90,8 +90,14 @@ public function getAliases()
9090
{
9191
return [];
9292
}
93+
94+
/**
95+
* Get version
96+
*
97+
* @return string
98+
*/
9399
public static function getVersion()
94100
{
95-
return '2.4.2';
101+
return '2.4.2';
96102
}
97103
}

0 commit comments

Comments
 (0)