Skip to content
Snippets Groups Projects
Commit f330a1c8 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix phpcs

parent 61edda61
No related branches found
No related tags found
No related merge requests found
......@@ -3411,9 +3411,12 @@ function price2num($amount,$rounding='',$alreadysqlnb=0)
/**
* Output a dimension with best unit
*
* @param float $dimension Dimension
* @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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment