We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e0517 commit e4fb9d1Copy full SHA for e4fb9d1
app/code/Magento/Checkout/Model/TotalsInformationManagement.php
@@ -6,7 +6,7 @@
6
namespace Magento\Checkout\Model;
7
8
/**
9
- * Class TotalsInformationManagement
+ * Class for management of totals information.
10
*/
11
class TotalsInformationManagement implements \Magento\Checkout\Api\TotalsInformationManagementInterface
12
{
@@ -38,7 +38,7 @@ public function __construct(
38
}
39
40
41
- * {@inheritDoc}
+ * @inheritDoc
42
43
public function calculate(
44
$cartId,
@@ -64,6 +64,8 @@ public function calculate(
64
65
66
67
+ * Check if quote have items.
68
+ *
69
* @param \Magento\Quote\Model\Quote $quote
70
* @throws \Magento\Framework\Exception\LocalizedException
71
* @return void
0 commit comments