From 2cfe27b43411d6a75080f69deb52f7d6a26e7bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 17:38:15 +0200 Subject: [PATCH] Qual: Wrong type in method documentation --- htdocs/core/modules/product/mod_codeproduct_leopard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/product/mod_codeproduct_leopard.php b/htdocs/core/modules/product/mod_codeproduct_leopard.php index 0864eeb7d77..fb044429dc7 100644 --- a/htdocs/core/modules/product/mod_codeproduct_leopard.php +++ b/htdocs/core/modules/product/mod_codeproduct_leopard.php @@ -63,7 +63,7 @@ class mod_codeproduct_leopard extends ModeleProductCode /** Return description of module * - * @param string $langs Object langs + * @param Translate $langs Object langs * @return string Description of module */ function info($langs)