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

Fix phpcs

parent 3a4ad7c0
No related branches found
No related tags found
No related merge requests found
...@@ -225,8 +225,8 @@ class Propalmergepdfproduct extends CommonObject ...@@ -225,8 +225,8 @@ class Propalmergepdfproduct extends CommonObject
/** /**
* Load object in memory from the database * Load object in memory from the database
* *
* @param int $id Id object * @param int $product_id Id object
* @param string $lang lang string id * @param string $lang Lang string code
* @return int <0 if KO, >0 if OK * @return int <0 if KO, >0 if OK
*/ */
function fetch_by_product($product_id, $lang='') function fetch_by_product($product_id, $lang='')
...@@ -637,7 +637,11 @@ class Propalmergepdfproduct extends CommonObject ...@@ -637,7 +637,11 @@ class Propalmergepdfproduct extends CommonObject
} }
class PropalmergepdfproductLine{ /**
* Class to manage propal merge of product line
*/
class PropalmergepdfproductLine
{
var $id; var $id;
var $fk_product; var $fk_product;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment