From f330a1c8e50d57474a221b081c97e93cf240fbc8 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Fri, 26 Feb 2016 10:55:47 +0100
Subject: [PATCH] Fix phpcs

---
 htdocs/core/lib/functions.lib.php | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
index a285e256860..b80d0d740ae 100644
--- a/htdocs/core/lib/functions.lib.php
+++ b/htdocs/core/lib/functions.lib.php
@@ -3410,10 +3410,13 @@ 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', ...
+ * 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)
 {
-- 
GitLab