Skip to content

Commit c62d33a

Browse files
committed
fix static
1 parent 37675cc commit c62d33a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
declare(strict_types=1);
87

98
namespace Magento\Directory\Setup\Patch\Data;
@@ -41,7 +40,7 @@ public function __construct(
4140
}
4241

4342
/**
44-
* @return $this|AddDataForUruguay
43+
* @inheritdoc
4544
*/
4645
public function apply()
4746
{
@@ -87,9 +86,8 @@ private function getDataForUruguay(): array
8786

8887
/**
8988
* @inheritdoc
90-
* @return array
9189
*/
92-
public static function getDependencies(): array
90+
public static function getDependencies()
9391
{
9492
return [
9593
InitializeDirectoryData::class,
@@ -98,9 +96,8 @@ public static function getDependencies(): array
9896

9997
/**
10098
* @inheritdoc
101-
* @return array
10299
*/
103-
public function getAliases(): array
100+
public function getAliases()
104101
{
105102
return [];
106103
}

0 commit comments

Comments
 (0)