From a091a246570423f68f512de29bab9acbc92d6331 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 19 Apr 2015 01:52:15 +0200 Subject: [PATCH] Fix phpcs --- htdocs/product/class/propalmergepdfproduct.class.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/htdocs/product/class/propalmergepdfproduct.class.php b/htdocs/product/class/propalmergepdfproduct.class.php index b2b7296d311..0eb96426ae5 100644 --- a/htdocs/product/class/propalmergepdfproduct.class.php +++ b/htdocs/product/class/propalmergepdfproduct.class.php @@ -225,9 +225,9 @@ class Propalmergepdfproduct extends CommonObject /** * Load object in memory from the database * - * @param int $id Id object - * @param string $lang lang string id - * @return int <0 if KO, >0 if OK + * @param int $product_id Id object + * @param string $lang Lang string code + * @return int <0 if KO, >0 if OK */ function fetch_by_product($product_id, $lang='') { @@ -637,7 +637,11 @@ class Propalmergepdfproduct extends CommonObject } -class PropalmergepdfproductLine{ +/** + * Class to manage propal merge of product line + */ +class PropalmergepdfproductLine +{ var $id; var $fk_product;