File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Tax/Test/Unit/Model/Sales/Total/Quote Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments