From 193c080744128275544c0663bc057df2d547f2a0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 12 Apr 2015 19:20:48 +0200 Subject: [PATCH] PHPCS --- htdocs/product/class/product.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index a18ef715d9d..1d0f3a67935 100755 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -3314,8 +3314,8 @@ class Product extends CommonObject /** * Load existing information about a serial * - * @param string $batch - * @return array Array with record into product_batch + * @param string $batch Lot/serial number + * @return array Array with record into product_batch * @see load_stock, load_virtual_stock */ function loadBatchInfo($batch)