Skip to content

Commit be6082f

Browse files
committed
Added documentation to method.
1 parent a7df0f0 commit be6082f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/code/Magento/Directory/Model/PriceCurrency.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,11 @@ public function round($price)
154154
}
155155

156156
/**
157-
* @inheritdoc
157+
* Round price with precision
158+
*
159+
* @param float $price
160+
* @param int $precision
161+
* @return float
158162
*/
159163
public function roundPrice($price, $precision = self::DEFAULT_PRECISION)
160164
{

0 commit comments

Comments
 (0)