Fix phpcs

This commit is contained in:
Laurent Destailleur 2018-10-15 13:27:17 +02:00
parent 6ab037c766
commit cca87f3d5a

View File

@ -299,7 +299,7 @@ class Product extends CommonObject
/**
* @deprecated
* @see ref_supplier
* @see $ref_supplier
*/
public $ref_fourn;
public $ref_supplier;
@ -3282,7 +3282,7 @@ class Product extends CommonObject
*
* @param int $fromId Id product source
* @param int $toId Id product target
* @return nt < 0 if KO, > 0 if OK
* @return int < 0 if KO, > 0 if OK
*/
function clone_price($fromId, $toId)
{