Skip to content
Snippets Groups Projects
Commit 3c960631 authored by Florian Henry's avatar Florian Henry
Browse files

fix travis

parent ca05345a
Branches main
No related tags found
No related merge requests found
...@@ -46,7 +46,6 @@ class mod_contract_olive extends ModelNumRefContracts ...@@ -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 ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment