Skip to content

Commit 0937ada

Browse files
author
Olexii Korshenko
committed
MAGETWO-32775: Prepare pull request for Checkout related modules MSC
- fixed API tests
1 parent 94e8282 commit 0937ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Api/ShippingMethodManagementInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function set($cartId, $carrierCode, $methodCode);
2525
* Returns selected shipping method for a specified quote.
2626
*
2727
* @param int $cartId The shopping cart ID.
28-
* @return \Magento\Quote\Api\Data\ShippingMethodInterface|null Shipping method.
28+
* @return \Magento\Quote\Api\Data\ShippingMethodInterface Shipping method.
2929
* @throws \Magento\Framework\Exception\NoSuchEntityException The specified shopping cart does not exist.
3030
* @throws \Magento\Framework\Exception\StateException The shipping address is not set.
3131
*/

0 commit comments

Comments
 (0)