File tree Expand file tree Collapse file tree
app/code/Magento/Checkout Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ protected function _construct()
103103
104104 /**
105105 * {@inheritdoc}
106- *
107106 * @since 100.2.0
108107 */
109108 protected function _prepareLayout ()
@@ -148,7 +147,6 @@ public function getItemsForGrid()
148147
149148 /**
150149 * {@inheritdoc}
151- *
152150 * @since 100.2.0
153151 */
154152 public function getItems ()
Original file line number Diff line number Diff line change 44use Magento \Framework \App \Config \ScopeConfigInterface ;
55use Magento \Framework \View \Element \Block \ArgumentInterface ;
66use Magento \Framework \View \Element \Context ;
7+ use Magento \Store \Model \ScopeInterface ;
78
89class Cart implements ArgumentInterface
910{
@@ -37,7 +38,7 @@ public function isClearShoppingCartEnabled()
3738 {
3839 return (bool ) $ this ->_scopeConfig ->getValue (
3940 self ::XPATH_CONFIG_ENABLE_CLEAR_SHOPPING_CART ,
40- \ Magento \ Store \ Model \ ScopeInterface::SCOPE_STORE
41+ ScopeInterface::SCOPE_STORE
4142 );
4243 }
4344}
You can’t perform that action at this time.
0 commit comments