Skip to content

Commit 49327d2

Browse files
committed
Fix codemess error
1 parent dc15bee commit 49327d2

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Sales/Model/Order/Invoice/Total

1 file changed

+3
-0
lines changed

app/code/Magento/Sales/Model/Order/Invoice/Total/Grand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
class Grand extends AbstractTotal
99
{
1010
/**
11+
* Collect invoice grand total
12+
*
1113
* @param \Magento\Sales\Model\Order\Invoice $invoice
1214
* @return $this
15+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
1316
*/
1417
public function collect(\Magento\Sales\Model\Order\Invoice $invoice)
1518
{

0 commit comments

Comments
 (0)