Fix phpcs
This commit is contained in:
parent
61edda61e1
commit
f330a1c8e5
@ -3411,9 +3411,12 @@ function price2num($amount,$rounding='',$alreadysqlnb=0)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Output a dimension with best unit
|
* Output a dimension with best unit
|
||||||
* @param float $dimension Dimension
|
*
|
||||||
* @param int $unit Unit of dimension (0, -3, ...)
|
* @param float $dimension Dimension
|
||||||
* @param string $type 'weight', 'volume', ...
|
* @param int $unit Unit of dimension (0, -3, ...)
|
||||||
|
* @param string $type 'weight', 'volume', ...
|
||||||
|
* @param Translate $outputlangs Translate language object
|
||||||
|
* @return string String to show dimensions
|
||||||
*/
|
*/
|
||||||
function showDimensionInBestUnit($dimension, $unit, $type, $outputlangs)
|
function showDimensionInBestUnit($dimension, $unit, $type, $outputlangs)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user