Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion app/code/Magento/Checkout/Model/Cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@

/**
* Shopping cart model
*
* @api
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @deprecated 100.1.0
* @deprecated 100.1.0 Use \Magento\Quote\Model\Quote instead
*/
class Cart extends DataObject implements CartInterface
{
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Checkout/Model/Cart/CartInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @api
* @author Magento Core Team <[email protected]>
* @deprecated 100.1.0
* @deprecated 100.1.0 Use \Magento\Quote\Model\Quote instead
*/
interface CartInterface
{
Expand Down