Fix phpcs

This commit is contained in:
Laurent Destailleur 2016-02-26 10:55:47 +01:00
parent 61edda61e1
commit f330a1c8e5

View File

@ -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)
{ {