Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit e5479b4

Browse files
committed
Add alternative usage to deprecation comment
1 parent b05a957 commit e5479b4

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)