Skip to content

Commit

Permalink
Fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Aug 12, 2014
1 parent bab7533 commit ca05345
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions htdocs/core/modules/contract/mod_contract_olive.php
Expand Up @@ -43,10 +43,11 @@ class mod_contract_olive extends ModelNumRefContracts
var $code_auto = 0; // Numerotation automatique


/** Return description of module
/**
* Return description of module
*
* @param Translate $langs Object langs
* @return string Description of module
* @param Translate $langs Object langs
* @return string Description of module
*/
function info()
{
Expand All @@ -59,7 +60,7 @@ function info()
/**
* 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)
* @return string Return next value
*/
Expand Down

0 comments on commit ca05345

Please sign in to comment.