Skip to content

Commit 0ab4533

Browse files
⏫ Forwardport of #11070 to 2.3-develop branch
1 parent 412d228 commit 0ab4533

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/Checkout/Model/Cart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* @api
1818
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1919
* @deprecated 100.1.0 Use \Magento\Quote\Model\Quote instead
20+
* @see \Magento\Quote\Api\Data\CartInterface
2021
*/
2122
class Cart extends DataObject implements CartInterface
2223
{

app/code/Magento/Checkout/Model/Cart/CartInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
*
1313
* @api
1414
* @author Magento Core Team <[email protected]>
15-
* @deprecated 100.1.0 Use \Magento\Quote\Model\Quote instead
15+
* @deprecated 100.1.0 Use \Magento\Quote\Api\Data\CartInterface instead
16+
* @see \Magento\Quote\Api\Data\CartInterface
1617
*/
1718
interface CartInterface
1819
{

0 commit comments

Comments
 (0)