Skip to content

Commit 196648a

Browse files
author
Mike Weis
committed
MAGETWO-44044: Including tax price does not include tax in mini shopping cart subtotal
- fixed more static code failures
1 parent 12e8642 commit 196648a

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Tax/Model/Sales/Total/Quote

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/Model/Sales/Total/Quote/Tax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ protected function processExtraTaxables(Address\Total $total, Array $itemsByType
292292
* @param Address\Total $total
293293
* @return array|null
294294
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
295-
* @SuppressWarnings(PHPMD.NPathComplexity
295+
* @SuppressWarnings(PHPMD.NPathComplexity)
296296
*/
297297
public function fetch(\Magento\Quote\Model\Quote $quote, \Magento\Quote\Model\Quote\Address\Total $total)
298298
{

0 commit comments

Comments
 (0)