Skip to content

Commit ba59522

Browse files
ENGCOM-5215: #23143: Code optimization for the offline shipping methods #23144
- Merge Pull Request #23144 from atwixfirster/magento2:23143-code-optimization-offline-shipping-methods - Merged commits: 1. 85bd3ec 2. dda454d
2 parents fb65ab1 + dda454d commit ba59522

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/OfflineShipping/Model/Carrier

1 file changed

+1
-1
lines changed

app/code/Magento/OfflineShipping/Model/Carrier/Pickup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function __construct(
6262
*
6363
* @param RateRequest $request
6464
* @return \Magento\Shipping\Model\Rate\Result
65-
* @SuppressWarnings (PHPMD.UnusedFormalParameter)
65+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
6666
*/
6767
public function collectRates(RateRequest $request)
6868
{

0 commit comments

Comments
 (0)