Skip to content
Snippets Groups Projects
Commit e2c9bf05 authored by Vlad Veselov's avatar Vlad Veselov
Browse files

MAGETWO-85698: Remove deprecation without alternative #11070

 - Merge Pull Request magento/magento2#11070 from schmengler/magento2:undeprecate-cart
 - Merged commits:
   1. e5479b4e
parents b1cc3ea9 e5479b4e
No related merge requests found
...@@ -13,9 +13,10 @@ use Magento\Framework\Exception\NoSuchEntityException; ...@@ -13,9 +13,10 @@ use Magento\Framework\Exception\NoSuchEntityException;
/** /**
* Shopping cart model * Shopping cart model
*
* @api * @api
* @SuppressWarnings(PHPMD.CouplingBetweenObjects) * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @deprecated 100.1.0 * @deprecated 100.1.0 Use \Magento\Quote\Model\Quote instead
*/ */
class Cart extends DataObject implements CartInterface class Cart extends DataObject implements CartInterface
{ {
......
...@@ -12,7 +12,7 @@ use Magento\Quote\Model\Quote; ...@@ -12,7 +12,7 @@ use Magento\Quote\Model\Quote;
* *
* @api * @api
* @author Magento Core Team <core@magentocommerce.com> * @author Magento Core Team <core@magentocommerce.com>
* @deprecated 100.1.0 * @deprecated 100.1.0 Use \Magento\Quote\Model\Quote instead
*/ */
interface CartInterface interface CartInterface
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment