Skip to content
Snippets Groups Projects
Commit 2ef674eb authored by Yu Tang's avatar Yu Tang
Browse files

MAGETWO-29423: Incorrect tax amount (tax on full shipping) is refunded, when...

MAGETWO-29423: Incorrect tax amount (tax on full shipping) is refunded, when partial shipping amount is refunded

    - Fix coding standard test failure
parent 42d30526
Branches
No related merge requests found
...@@ -11,6 +11,7 @@ class Tax extends AbstractTotal ...@@ -11,6 +11,7 @@ class Tax extends AbstractTotal
* @param \Magento\Sales\Model\Order\Creditmemo $creditmemo * @param \Magento\Sales\Model\Order\Creditmemo $creditmemo
* @return $this * @return $this
* *
* @SuppressWarnings(PHPMD.NPathComplexity)
* @SuppressWarnings(PHPMD.CyclomaticComplexity) * @SuppressWarnings(PHPMD.CyclomaticComplexity)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength) * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
*/ */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment