Fix Travis

This commit is contained in:
Florian HENRY 2014-08-12 18:20:36 +02:00
parent bab7533578
commit ca05345a60

View File

@ -43,7 +43,8 @@ class mod_contract_olive extends ModelNumRefContracts
var $code_auto = 0; // Numerotation automatique var $code_auto = 0; // Numerotation automatique
/** Return description of module /**
* Return description of module
* *
* @param Translate $langs Object langs * @param Translate $langs Object langs
* @return string Description of module * @return string Description of module
@ -59,7 +60,7 @@ class mod_contract_olive extends ModelNumRefContracts
/** /**
* Return an example of result returned by getNextValue * Return an example of result returned by getNextValue
* *
* @param product $objproduct Object product * @param Societe $objsoc Object thirdparty
* @param int $type Type of third party (1:customer, 2:supplier, -1:autodetect) * @param int $type Type of third party (1:customer, 2:supplier, -1:autodetect)
* @return string Return next value * @return string Return next value
*/ */