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