Qual: Wrong type in method documentation
This commit is contained in:
parent
6788c5b7f8
commit
9e839f43e6
@ -62,7 +62,7 @@ class mod_barcode_product_standard extends ModeleNumRefBarCode
|
||||
|
||||
/** Return description of module
|
||||
*
|
||||
* @param string $langs Object langs
|
||||
* @param Translate $langs Object langs
|
||||
* @return string Description of module
|
||||
*/
|
||||
function info($langs)
|
||||
@ -104,7 +104,7 @@ class mod_barcode_product_standard extends ModeleNumRefBarCode
|
||||
* Return an example of result returned by getNextValue
|
||||
*
|
||||
* @param Translate $langs Object langs
|
||||
* @param product $objproduct Object product
|
||||
* @param Product $objproduct Object product
|
||||
* @return string Return string example
|
||||
*/
|
||||
function getExample($langs,$objproduct=0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user