fix travis

This commit is contained in:
Florian HENRY 2014-08-12 18:38:27 +02:00
parent ca05345a60
commit 3c96063165

View File

@ -46,7 +46,6 @@ class mod_contract_olive extends ModelNumRefContracts
/** /**
* Return description of module * Return description of module
* *
* @param Translate $langs Object langs
* @return string Description of module * @return string Description of module
*/ */
function info() function info()
@ -61,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 Societe $objsoc Object thirdparty * @param Societe $objsoc Object thirdparty
* @param int $type Type of third party (1:customer, 2:supplier, -1:autodetect) * @param Contrat $contract Object contract
* @return string Return next value * @return string Return next value
*/ */
function getNextValue($objsoc,$contract) function getNextValue($objsoc,$contract)