Skip to content

Commit 0e457d8

Browse files
committed
reverted previous changes
1 parent b5152ba commit 0e457d8

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

app/code/Magento/Usps/Model/Carrier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ public function getCode($type, $code = '')
820820
'4058' => __('Ground Advantage #8482 HAZMAT'),
821821
'6058' => __('Ground Advantage #8482 Parcel locker'),
822822
'1058' => __('Ground Advantage #8482'),
823-
'2058' => __('Gound Advantage #8482 Hold for pickup'),
823+
'2058' => __('Ground Advantage #8482 Hold for pickup'),
824824
'4058' => __('Ground Advantage #8482 HAZMAT'),
825825
'4096' => __('Ground Advantage #8482 Cubic HAZMAT'),
826826
'1096' => __('Ground Advantage #8482 Cubic'),

app/code/Magento/Usps/Setup/Patch/Data/UpdateAllowedMethods.php

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ public function __construct(
3333
}
3434

3535
/**
36-
* Apply the patch.
37-
*
38-
* @return void
36+
* {@inheritdoc}
3937
*/
4038
public function apply()
4139
{
@@ -119,29 +117,23 @@ public function apply()
119117
}
120118

121119
/**
122-
* Get dependencies for the patch (none in this case).
123-
*
124-
* @return array
120+
* {@inheritdoc}
125121
*/
126122
public static function getDependencies()
127123
{
128124
return [];
129125
}
130126

131127
/**
132-
* Get the version of the patch.
133-
*
134-
* @return string
128+
* {@inheritdoc}
135129
*/
136130
public static function getVersion()
137131
{
138132
return '2.0.1';
139133
}
140134

141135
/**
142-
* Get aliases for the patch (none in this case).
143-
*
144-
* @return array
136+
* {@inheritdoc}
145137
*/
146138
public function getAliases()
147139
{

0 commit comments

Comments
 (0)