diff --git a/app/code/Magento/Checkout/Block/Cart/Grid.php b/app/code/Magento/Checkout/Block/Cart/Grid.php index d03e7642ce8a4..ed70619b0a66c 100644 --- a/app/code/Magento/Checkout/Block/Cart/Grid.php +++ b/app/code/Magento/Checkout/Block/Cart/Grid.php @@ -107,7 +107,8 @@ protected function _construct() } /** - * {@inheritdoc} + * @inheritdoc + * * @since 100.2.0 */ protected function _prepareLayout() @@ -151,7 +152,8 @@ public function getItemsForGrid() } /** - * {@inheritdoc} + * @inheritdoc + * * @since 100.2.0 */ public function getItems() @@ -187,7 +189,7 @@ private function isPagerDisplayedOnPage() */ public function isClearShoppingCartEnabled() { - return (bool) $this->_scopeConfig->getValue( + return (bool)$this->_scopeConfig->getValue( self::XPATH_CONFIG_ENABLE_CLEAR_SHOPPING_CART, \Magento\Store\Model\ScopeInterface::SCOPE_STORE ); diff --git a/app/code/Magento/Checkout/view/frontend/templates/cart/form.phtml b/app/code/Magento/Checkout/view/frontend/templates/cart/form.phtml index dc272d404f862..58c920011061b 100644 --- a/app/code/Magento/Checkout/view/frontend/templates/cart/form.phtml +++ b/app/code/Magento/Checkout/view/frontend/templates/cart/form.phtml @@ -20,7 +20,7 @@ class="form form-cart"> = $block->getBlockHtml('formkey') ?>