From 9e8fcd19aa6ae27e9fa13aac9d73525ee975e1cd Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Wed, 24 Feb 2016 17:05:34 +0100
Subject: [PATCH] Fix PHPCS

---
 htdocs/product/class/html.formproduct.class.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htdocs/product/class/html.formproduct.class.php b/htdocs/product/class/html.formproduct.class.php
index b3fd124b21c..6b64b625e53 100644
--- a/htdocs/product/class/html.formproduct.class.php
+++ b/htdocs/product/class/html.formproduct.class.php
@@ -135,6 +135,7 @@ class FormProduct
 	 *  @param	int		$showstock		1=show stock count
 	 *  @param	int		$forcecombo		force combo iso ajax select2
 	 *  @param	array	$events			events to add to select2
+	 *  @param  string  $morecss        Add more css classes
 	 * 	@return	string					HTML select
 	 */
 	function selectWarehouses($selected='',$htmlname='idwarehouse',$filtertype='',$empty=0,$disabled=0,$fk_product=0,$empty_label='', $showstock=0, $forcecombo=0, $events=array(), $morecss='')
-- 
GitLab