Skip to content

Commit dda454d

Browse files
committed
magento/magento#23144 static-test-fix
1 parent 85bd3ec commit dda454d

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)