Skip to content

Commit 6edeb9a

Browse files
committed
Fix static test failures
1 parent b8dc6bf commit 6edeb9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Tax/Test/Unit/Model/Sales/Total/Quote/CommonTaxCollectorTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ public function testMapItemSetsExtensionAttributePriceForTaxCalculation(): void
457457
/**
458458
* @param float|null $priceForTaxCalculation
459459
* @return $this
460+
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
460461
*/
461462
public function setPriceForTaxCalculation($priceForTaxCalculation)
462463
{
@@ -1310,6 +1311,7 @@ public function testConstructorFallsBackToObjectManagerForOptionalDependencies()
13101311
/**
13111312
* @param float|null $priceForTaxCalculation
13121313
* @return $this
1314+
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
13131315
*/
13141316
public function setPriceForTaxCalculation($priceForTaxCalculation)
13151317
{

0 commit comments

Comments
 (0)