Skip to content

Commit 25141b9

Browse files
committed
Fix static test failures
1 parent 3bed19e commit 25141b9

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 mixed ...$args
459459
* @return $this
460+
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
460461
*/
461462
public function setPriceForTaxCalculation(...$args)
462463
{
@@ -1310,6 +1311,7 @@ public function testConstructorFallsBackToObjectManagerForOptionalDependencies()
13101311
/**
13111312
* @param mixed ...$args
13121313
* @return $this
1314+
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
13131315
*/
13141316
public function setPriceForTaxCalculation(...$args)
13151317
{

0 commit comments

Comments
 (0)