Skip to content

Commit 41b265e

Browse files
committed
Fixed broken annotation
1 parent 7f2a29f commit 41b265e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Tax/Model/Calculation/UnitBaseCalculator.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ protected function roundAmount(
4141
/**
4242
* Calculate tax details for quote item with tax in price with given quantity
4343
*
44-
* @param QuoteDetai
45-
* lsItemInterface $item
44+
* @param QuoteDetailsItemInterface $item
4645
* @param int $quantity
4746
* @param bool $round
4847
* @return \Magento\Tax\Api\Data\TaxDetailsItemInterface

0 commit comments

Comments
 (0)