We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bed19e commit 25141b9Copy full SHA for 25141b9
app/code/Magento/Tax/Test/Unit/Model/Sales/Total/Quote/CommonTaxCollectorTest.php
@@ -457,6 +457,7 @@ public function testMapItemSetsExtensionAttributePriceForTaxCalculation(): void
457
/**
458
* @param mixed ...$args
459
* @return $this
460
+ * @SuppressWarnings(PHPMD.UnusedLocalVariable)
461
*/
462
public function setPriceForTaxCalculation(...$args)
463
{
@@ -1310,6 +1311,7 @@ public function testConstructorFallsBackToObjectManagerForOptionalDependencies()
1310
1311
1312
1313
1314
1315
1316
1317
0 commit comments