Skip to content

Commit

Permalink
Fix codemess error
Browse files Browse the repository at this point in the history
  • Loading branch information
coderimus committed Mar 14, 2018
1 parent dc15bee commit 49327d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/code/Magento/Sales/Model/Order/Invoice/Total/Grand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
class Grand extends AbstractTotal
{
/**
* Collect invoice grand total
*
* @param \Magento\Sales\Model\Order\Invoice $invoice
* @return $this
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function collect(\Magento\Sales\Model\Order\Invoice $invoice)
{
Expand Down

0 comments on commit 49327d2

Please sign in to comment.