File tree 1 file changed +3
-6
lines changed
app/code/Magento/Directory/Setup/Patch/Data
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
-
7
6
declare (strict_types=1 );
8
7
9
8
namespace Magento \Directory \Setup \Patch \Data ;
@@ -41,7 +40,7 @@ public function __construct(
41
40
}
42
41
43
42
/**
44
- * @return $this|AddDataForUruguay
43
+ * @inheritdoc
45
44
*/
46
45
public function apply ()
47
46
{
@@ -87,9 +86,8 @@ private function getDataForUruguay(): array
87
86
88
87
/**
89
88
* @inheritdoc
90
- * @return array
91
89
*/
92
- public static function getDependencies (): array
90
+ public static function getDependencies ()
93
91
{
94
92
return [
95
93
InitializeDirectoryData::class,
@@ -98,9 +96,8 @@ public static function getDependencies(): array
98
96
99
97
/**
100
98
* @inheritdoc
101
- * @return array
102
99
*/
103
- public function getAliases (): array
100
+ public function getAliases ()
104
101
{
105
102
return [];
106
103
}
You can’t perform that action at this time.
0 commit comments