Skip to content

Commit

Permalink
Update Tax.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pprincepatel committed Jul 17, 2018
1 parent 9230424 commit 93c0bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Tax/Block/Sales/Order/Tax.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,11 @@ protected function _initShipping()
}

/**
* @return null
* @return void
*/
protected function _initDiscount()
{
return null;
return;
}

/**
Expand Down

0 comments on commit 93c0bb7

Please sign in to comment.