Skip to content

Commit 412d228

Browse files
⏫ Forwardport of #11070 to 2.3-develop branch magento-engcom-team
1 parent 8c705bf commit 412d228

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313

1414
/**
1515
* Shopping cart model
16+
*
1617
* @api
1718
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
18-
* @deprecated 100.1.0
19+
* @deprecated 100.1.0 Use \Magento\Quote\Model\Quote instead
1920
*/
2021
class Cart extends DataObject implements CartInterface
2122
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @api
1414
* @author Magento Core Team <[email protected]>
15-
* @deprecated 100.1.0
15+
* @deprecated 100.1.0 Use \Magento\Quote\Model\Quote instead
1616
*/
1717
interface CartInterface
1818
{

0 commit comments

Comments
 (0)