From 370996d5c4544323da33d8f844cbce3d8fdba4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 17:48:55 +0200 Subject: [PATCH] Qual: Wrong type in method documentation --- htdocs/core/modules/societe/mod_codeclient_monkey.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/societe/mod_codeclient_monkey.php b/htdocs/core/modules/societe/mod_codeclient_monkey.php index 1e55a6256f3..292a692c3f8 100644 --- a/htdocs/core/modules/societe/mod_codeclient_monkey.php +++ b/htdocs/core/modules/societe/mod_codeclient_monkey.php @@ -64,7 +64,7 @@ class mod_codeclient_monkey extends ModeleThirdPartyCode /** Return description of module * - * @param string $langs Object langs + * @param Translate $langs Object langs * @return string Description of module */ function info($langs)